Add icon for Help button

This commit is contained in:
Lance Edgar 2021-02-01 13:58:02 -06:00
parent fe80028c07
commit 8e9c66c0ea

View file

@ -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