Add icon for Help button
This commit is contained in:
parent
fe80028c07
commit
8e9c66c0ea
|
@ -346,7 +346,12 @@
|
||||||
## Help Button
|
## Help Button
|
||||||
% if help_url is not Undefined and help_url:
|
% if help_url is not Undefined and help_url:
|
||||||
<div class="level-item">
|
<div class="level-item">
|
||||||
${h.link_to("Help", help_url, target='_blank', class_='button')}
|
<b-button tag="a" href="${help_url}"
|
||||||
|
target="_blank"
|
||||||
|
icon-pack="fas"
|
||||||
|
icon-left="fas fa-question-circle">
|
||||||
|
Help
|
||||||
|
</b-button>
|
||||||
</div>
|
</div>
|
||||||
% endif
|
% endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue