Add icon for Help button
This commit is contained in:
parent
fe80028c07
commit
8e9c66c0ea
|
@ -346,7 +346,12 @@
|
|||
## Help Button
|
||||
% if help_url is not Undefined and help_url:
|
||||
<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>
|
||||
% endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue