Merge pull request #324 from dod-ccpo/fix-members-list-screen

Use proper display name for workspace roles
This commit is contained in:
richard-dds
2018-09-25 10:12:57 -04:00
committed by GitHub
8 changed files with 86 additions and 7 deletions

View File

@@ -98,7 +98,7 @@
<td class='table-cell--shrink'><span class="label label--info">No Environment Access</span></td>
{% endif %}
<td>{{ m.status }}</a></td>
<td>{{ m.role }}</a></td>
<td>{{ m.role_displayname }}</a></td>
</tr>
{% endfor %}
</tbody>