Skip to content

Commit

Permalink
Updating Institution Detail View
Browse files Browse the repository at this point in the history
Updated Institution detail view with the new Information
see: #304
  • Loading branch information
Joel committed Sep 25, 2023
1 parent f2c5537 commit dd277c3
Showing 1 changed file with 4 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,23 +68,17 @@ export class InstitutionDetailViewComponent implements OnInit {
content: 'total_num_contributors',
toNiceName: false,
},
{
/*{
text: 'Own repositories forks:',
content: 'total_num_own_repo_forks',
toNiceName: false,
},
},*/
{
text: 'Forks in repositories:',
content: 'total_num_forks_in_repos',
toNiceName: false,
},
{ text: 'Commits:', content: 'total_num_commits', toNiceName: false },
{
text: 'Pull requests:',
content: 'total_pull_requests',
toNiceName: false,
},
{ text: 'Issues:', content: 'total_issues', toNiceName: false },
{ text: 'Stars:', content: 'total_num_stars', toNiceName: false },
{ text: 'Watchers:', content: 'total_num_watchers', toNiceName: false },
{
Expand All @@ -94,15 +88,15 @@ export class InstitutionDetailViewComponent implements OnInit {
},
{
text: 'Total pull requests:',
content: 'total_pull_requests_all',
content: 'total_pull_requests',
toNiceName: false,
},
{
text: 'Total closed pull requests:',
content: 'total_pull_requests_closed',
toNiceName: false,
},
{ text: 'Total issues:', content: 'total_issues_all', toNiceName: false },
{ text: 'Total issues:', content: 'total_issues', toNiceName: false },
{
text: 'Total closed issues:',
content: 'total_issues_closed',
Expand Down

0 comments on commit dd277c3

Please sign in to comment.