List project group titles instead of URLs

Previously, for non-admin users, project group URLs were displayed
instead of titles in the 'Project Group' field, and those URLs
would display instead of titles when clicked. This meant that
project groups would have different titles for admin and non-admin
users. This patch displays the titles for everyone.

Change-Id: Icc6843dff2dca60035851e6231f2b2032fff6b7a
This commit is contained in:
Zara Zaimeche 2015-07-20 13:12:20 +01:00
parent 020ec19e3e
commit 1cfc8840f1
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<div class="col-xs-12">
<h1>
<i class="fa fa-sb-project-group"></i>
{{projectGroup.name}}
{{projectGroup.title}}
</h1>
</div>
</div>

View File

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