refatored html code to use proper font-awesome classes

This commit is contained in:
Mike Ng
2018-01-19 13:32:20 +04:00
parent 431d9dc46a
commit 802c52d7ff
51 changed files with 233 additions and 172 deletions

View File

@@ -37,7 +37,8 @@
{% if app['conf'].get(['registry', 'actions', 'enable-feed-notification']) %}
<label class="checkbox">
<input class="required_text checkbox" type="checkbox" name="notify" id="feed_add_notify" value="1" style="min-height: 0; height: auto" />
<i class="icon icon-envelope"></i>&nbsp;{{ 'Notify users about this publication' | trans }}
<i class="icon fa fa-envelope"
aria-hidden="true"></i>&nbsp;{{ 'Notify users about this publication' | trans }}
</label>
<br />
{% endif %}