Fix unclosed div tags in manager views

This commit is contained in:
Nicolas Bouilleaud 2019-05-17 17:34:41 +02:00 committed by simon lehericey
parent 5fdb8eb2de
commit e423da9319
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ as well as a link to its edit page.
<% if page.resource.invitation_expired? %>
<%= link_to "renvoyer l'invitation", reinvite_manager_administrateur_path(page.resource), method: :post, class: "button" %>
<% end %>
<div>
</div>
</header>

View file

@ -34,7 +34,7 @@ as well as a link to its edit page.
<% if dossier.hidden_at.nil? %>
<%= link_to 'Supprimer le dossier', hide_manager_dossier_path(dossier), method: :post, class: 'button', data: { confirm: "Confirmez vous la suppression du dossier ?" } %>
<% end %>
<div>
</div>
</header>
<section class="main-content__body">