Fix unclosed div tags in manager views
This commit is contained in:
parent
5fdb8eb2de
commit
e423da9319
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue