mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
5 lines
171 B
HTML
5 lines
171 B
HTML
{% load i18n %}
|
|
<a href="{{ url }}" class="btn btn-sm btn-warning" role="button">
|
|
<span class="mdi mdi-pencil" aria-hidden="true"></span> {% trans "Edit" %}
|
|
</a>
|