Tweak help modal icon

This commit is contained in:
Jeremy Stretch 2020-11-17 15:07:05 -05:00
parent 6773709c34
commit ef426deb53

View File

@ -13,7 +13,9 @@
<h3> <h3>
{% if settings.DOCS_ROOT %} {% if settings.DOCS_ROOT %}
<div class="pull-right"> <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> </div>
{% endif %} {% endif %}
{% block title %}{% if obj.pk %}Editing {{ obj_type }} {{ obj }}{% else %}Add a new {{ obj_type }}{% endif %}{% endblock %} {% block title %}{% if obj.pk %}Editing {{ obj_type }} {{ obj }}{% else %}Add a new {{ obj_type }}{% endif %}{% endblock %}