Skip to content

Commit 4ca4884

Browse files
committed
Fix quote on add button
1 parent 874d020 commit 4ca4884

File tree

1 file changed

+1
-1
lines changed
  • netbox/utilities/templates/navigation

1 file changed

+1
-1
lines changed

netbox/utilities/templates/navigation/menu.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
{% if buttons %}
4646
<div class="btn-group ms-1">
4747
{% for button in buttons %}
48-
<a href="{% if button.url %}{{ button.url }}{% else %}{% url button.link %}"{% endif %} class="btn btn-sm btn-{{ button.color|default:"outline" }} lh-2 px-2" title="{{ button.title }}">
48+
<a href="{% if button.url %}{{ button.url }}{% else %}{% url button.link %}{% endif %}" class="btn btn-sm btn-{{ button.color|default:"outline" }} lh-2 px-2" title="{{ button.title }}">
4949
<i class="{{ button.icon_class }}"></i>
5050
</a>
5151
{% endfor %}

0 commit comments

Comments
 (0)