Skip to content

Commit 7a7e9d9

Browse files
oliversalzburgIlya Radchenko
authored andcommitted
fix: Name of project should link to config page
The wrench already linked to the correct page.
1 parent dc4ccb2 commit 7a7e9d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/views/projects.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ <h3>Projects</h3>
9292
</a>
9393

9494
<span ng-switch="!!repo.project">
95-
<a class="view-jobs" ng-switch-when="true" href="/[[ repo.name ]]/">[[ repo.display_name ]]</a>
95+
<a class="view-jobs" ng-switch-when="true" href="/[[ repo.project.name ]]/">[[ repo.display_name ]]</a>
9696
<span ng-switch-default>[[ repo.display_name ]]</span>
9797
</span>
9898

0 commit comments

Comments
 (0)