Merge pull request #3885 from betagouv/fix-unclosed-tags

Fix unclosed div tags in manager views
This commit is contained in:
LeSim 2019-05-20 13:36:39 +02:00 committed by GitHub
commit eeea6c3d79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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">