templates/commons/help_button.html.twig line 1

Open in your IDE?
  1. <button
  2.     type="button"
  3.     class="btn btn-icon btn-outline-primary rounded-circle help-page-btn"
  4.     data-bs-toggle="modal"
  5.     data-bs-target="#pageHelpModal"
  6.     data-bs-placement="left"
  7.     title="{{ 'help_ui.help'|trans }}"
  8.     aria-label="{{ 'help_ui.help_screen'|trans }}"
  9. >
  10.     <i class="fe fe-help-circle fs-18"></i>
  11. </button>