Skip to content

Commit

Permalink
Change class for martor help icon
Browse files Browse the repository at this point in the history
  • Loading branch information
int-y1 authored and quantum5 committed Dec 29, 2024
1 parent 1ec090d commit d4ccd8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion martor/templates/martor/guide.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% load i18n static %}
<div style="display: none;">
<div class="modal-help-guide">
<h2><i class="help circle icon"></i> {% trans "Markdown Guide" %}</h2>
<h2><i class="question circle icon"></i> {% trans "Markdown Guide" %}</h2>
<p>{% blocktrans with doc_url='https://commonmark.org/help/' %}This site is powered by Markdown. For full documentation, <a href="{{ doc_url }}" target="_blank">click here</a>.{% endblocktrans %}</p>
<table class="table striped">
<thead>
Expand Down
2 changes: 1 addition & 1 deletion martor/templates/martor/toolbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<i class="window maximize outline icon"></i>
</div>
<a class="ui icon button no-border markdown-selector markdown-help" title="{% trans 'Markdown Guide (Help)' %}" data-featherlight=".modal-help-guide[data-field-name={{ field_name }}]" href="javascript:void(0)">
<i class="help circle icon"></i>
<i class="question circle icon"></i>
</a>
</div>
</div>

0 comments on commit d4ccd8d

Please sign in to comment.