Explorar el Código

Tweak help modal icon

Jeremy Stretch hace 5 años
padre
commit
ef426deb53
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      netbox/templates/generic/object_edit.html

+ 3 - 1
netbox/templates/generic/object_edit.html

@@ -13,7 +13,9 @@
                 <h3>
                     {% if settings.DOCS_ROOT %}
                         <div class="pull-right">
-                            <button type="button" class="btn btn-primary btn-xs" data-toggle="modal" data-target="#docs_modal"><i class="mdi mdi-help-circle"></i></button>
+                            <button type="button" class="btn btn-link btn-xs" data-toggle="modal" data-target="#docs_modal" title="Help">
+                              <i class="mdi mdi-help-circle"></i>
+                            </button>
                         </div>
                     {% endif %}
                     {% block title %}{% if obj.pk %}Editing {{ obj_type }} {{ obj }}{% else %}Add a new {{ obj_type }}{% endif %}{% endblock %}