Merge "Link to Project Groups by name"

This commit is contained in:
Zuul 2018-09-09 17:25:52 +00:00 committed by Gerrit Code Review
commit fd13d5263e
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<td>
<a href="#!/project_group/{{projectGroup.id}}">
<a href="#!/project_group/{{projectGroup.name}}">
{{projectGroup.title | truncate: 97}}
</a>
</td>