Use pen icon instead of edit
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
<td class="text-center">
|
||||
{% if package.checkPerm(current_user, "EDIT_PACKAGE") %}
|
||||
<a class="btn btn-link btn-sm py-0" href="{{ package.getEditURL() }}">
|
||||
<i class="fas fa-edit"></i>
|
||||
<i class="fas fa-pen"></i>
|
||||
</a>
|
||||
{% endif %}
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user