We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc4ccb2 commit 7a7e9d9Copy full SHA for 7a7e9d9
lib/views/projects.html
@@ -92,7 +92,7 @@ <h3>Projects</h3>
92
</a>
93
94
<span ng-switch="!!repo.project">
95
- <a class="view-jobs" ng-switch-when="true" href="/[[ repo.name ]]/">[[ repo.display_name ]]</a>
+ <a class="view-jobs" ng-switch-when="true" href="/[[ repo.project.name ]]/">[[ repo.display_name ]]</a>
96
<span ng-switch-default>[[ repo.display_name ]]</span>
97
</span>
98
0 commit comments