demarches-normaliennes/app/views/shared/help/_help_dropdown_instructeur.html.haml
Kara Diaby 3f2ef985c7 layout
2022-04-14 10:22:37 +02:00

7 lines
335 B
Text

.dropdown.help-dropdown
%button.button.primary.dropdown-button{ 'aria-expanded' => 'false', 'aria-controls' => 'help-menu' }
= t('help')
#help-menu.dropdown-content.fade-in-down
%ul.dropdown-items
= render partial: 'shared/help/dropdown_items/faq_item'
= render partial: 'shared/help/dropdown_items/email_item'