* Adds a help icon to the creator settings setup page * Moves the help icon styles from the a tag to the inline_svg_tag * Removes reused class and aligns help icon to the right * Refactors help icon out into a partial used across necessary views * Moves .admin-help-button class from admin.scss to scaffolds.scss * Adds further utility classes to align help icon as expected
3 lines
326 B
Text
3 lines
326 B
Text
<a class="admin-help-button fixed bottom-7 right-3 z-elevate cursor-pointer radius-full l:right-7 crayons-btn crayons-btn--icon-rounded crayons-btn--s" href="<%= @help_url %>" target="_blank" rel="noopener noreferer">
|
|
<%= inline_svg_tag("circle-question.svg", aria: true, class: "block", title: "Forem Admin Guide") %>
|
|
</a>
|