Add member placeholder info

This commit is contained in:
Luis Cielak
2018-07-30 17:26:07 -04:00
committed by richard-dds
parent 106b87b96e
commit 1db88a8191
4 changed files with 101 additions and 2 deletions

View File

@@ -58,7 +58,7 @@
<tbody>
{% for m in members %}
<tr>
<td><a href="#" class="icon-link icon-link--large">{{ m['first_name'] }} {{ m['last_name'] }}</a></td>
<td><a href="/workspaces/123456/members/789/edit" class="icon-link icon-link--large">{{ m['first_name'] }} {{ m['last_name'] }}</a></td>
<td class='table-cell--shrink'>{% if m['num_projects'] == '0' %} <span class="label label--info">No Project Access</span> {% end %}</td>
<td>{{ m['status'] }}</a></td>
<td>{{ m['workspace_role'] }}</a></td>