demarches-normaliennes/app/views/gestionnaires/_login_banner.html.haml

6 lines
153 B
Text
Raw Normal View History

%div.user
%i.fa.fa-user
= current_gestionnaire.email
= link_to "Déconnexion", '/gestionnaires/sign_out', method: :delete, :class => 'btn btn-md'