Files
zulip/static/templates/help_link_widget.hbs
Pragati Agrawal 441f9f43e7 templates: Extract help link widget.
This block of html is used at many places so it's a good idea to create a
template for it.
2020-05-24 16:32:36 -07:00

4 lines
106 B
Handlebars

<a href="{{ link }}" target="_blank">
<i class="fa fa-question-circle-o" aria-hidden="true"></i>
</a>