Skip to content

Commit

Permalink
Updating data
Browse files Browse the repository at this point in the history
Updating organization, instituion and num commits matching as those were matching the old names

see #306
  • Loading branch information
Joel committed Sep 20, 2023
1 parent 905c8f6 commit 1106c2f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ import { MatDialogRef, MAT_DIALOG_DATA } from '@angular/material/dialog';
export class RepositoryDetailViewComponent implements OnInit {
repositoryStats: object[] = [
{ text: 'Archived:', content: 'archived', toNiceName: false },
{ text: 'Institution:', content: 'institution_name_de', toNiceName: false },
{ text: 'Institution:', content: 'institution', toNiceName: false },
{
text: 'Organization:',
content: 'organisation_name_de',
content: 'organization',
toNiceName: false,
},
{
Expand All @@ -27,7 +27,7 @@ export class RepositoryDetailViewComponent implements OnInit {
},
{
text: 'Commits last year:',
content: 'last_years_commits',
content: 'num_commits',
toNiceName: false,
},
// { text: 'License:', content: 'license', toNiceName: false },
Expand Down

0 comments on commit 1106c2f

Please sign in to comment.