mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-10 22:02:17 -06:00
6 lines
252 B
HTML
6 lines
252 B
HTML
{% if url %}
|
|
<button type="submit" name="_rename" {% formaction %}="{{ url }}{% if url_params %}?{{ url_params.urlencode }}{% endif %}" class="btn btn-yellow">
|
|
<i class="mdi mdi-pencil" aria-hidden="true"></i> {{ label }}
|
|
</button>
|
|
{% endif %}
|