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:
parent
020ec19e3e
commit
1cfc8840f1
@ -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>
|
||||
|
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user