Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
refactor code based on review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Eng committed Jul 30, 2013
1 parent 88a8d4a commit 716f406
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -102,7 +102,7 @@ public String getUserFullName()
}

@CachedMethodResult
public int getUserMaintainedProjectsSize()
public int getUserMaintainedProjectsCount()
{
return authenticatedAccount.getPerson().getMaintainerProjects().size();
}
Expand Down
Expand Up @@ -12,7 +12,7 @@
</div>
<div class="g__item w--4-10 w--4-10-s txt--align-right txt--s-align-right">
<span class="txt--meta">
#{dashboardAction.getUserMaintainedProjectsSize()} <i aria-hidden="true" class="i i--clipboard"></i>
#{dashboardAction.getUserMaintainedProjectsCount()} <i aria-hidden="true" class="i i--clipboard"></i>
</span>
</div>
</div>
Expand Down

0 comments on commit 716f406

Please sign in to comment.