demarches-normaliennes/app/views/users/activate/new.html.haml

9 lines
344 B
Text

= content_for(:page_id, 'activate_account')
= content_for(:title, t('metas.users.activate.title', application_name: APPLICATION_NAME))
.fr-container.fr-my-5w
.fr-grid-row
.fr-col-12.fr-col-offset-md-2.fr-col-md-8
= render Instructeurs::ActivateAccountFormComponent.new(user: @user)
= render partial: 'users/dossiers/index_footer'