Set temp placeholder link for workspace member profile/edit

This commit is contained in:
luis cielak 2018-08-23 09:44:54 -04:00 committed by luisgov
parent 7bfaff075f
commit d428853142

View File

@ -60,7 +60,7 @@
<tbody>
{% for m in workspace.members %}
<tr>
<td><a href="/workspaces/123456/members/789/edit" class="icon-link icon-link--large">{{ m['first_name'] }} {{ m['last_name'] }}</a></td>
<td><a href="/member_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> {% endif %}</td>
<td>{{ m['status'] }}</a></td>
<td>{{ m['workspace_role'] }}</a></td>