demarches-normaliennes/app/views/shared/help/_help_dropdown_instructeur.html.haml

8 lines
335 B
Text
Raw Normal View History

.dropdown.help-dropdown
2022-04-13 15:44:29 +02:00
%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'