Skip to content
Snippets Groups Projects
Verified Commit 2e0d913d authored by nd's avatar nd
Browse files

remove redundant edit button on user list

parent e4b1b075
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
<th scope="col">login name</th> <th scope="col">login name</th>
<th scope="col">display name</th> <th scope="col">display name</th>
<th scope="col">roles</th> <th scope="col">roles</th>
<th scope="col"></th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
...@@ -40,13 +39,6 @@ ...@@ -40,13 +39,6 @@
<a href="{{ url_for("role.show", roleid=role.id) }}">{{ role.name }}</a>{% if not loop.last %}, {% endif %} <a href="{{ url_for("role.show", roleid=role.id) }}">{{ role.name }}</a>{% if not loop.last %}, {% endif %}
{% endfor %} {% endfor %}
</td> </td>
<td>
<p class="text-right m-0">
<a href="{{ url_for("user.show", uid=user.uid) }}" class="btn btn-primary btn-sm">
<i class="fa fa-edit" aria-hidden="true"></i> Edit
</a>
</p>
</td>
</tr> </tr>
{% endfor %} {% endfor %}
</tbody> </tbody>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment