[Layout] Fix some missing closing divs

This commit is contained in:
Earlopain 2022-05-16 20:04:55 +02:00
parent a0d1c951b9
commit 9a9dab08b2
No known key found for this signature in database
GPG Key ID: 6CFB948E15246897
2 changed files with 6 additions and 4 deletions

View File

@ -4,6 +4,7 @@
<div class="dtext-container">
<%= format_text(@page.body, allow_color: true) %>
</div>
</div>
</div>
<% content_for(:page_title) do %>

View File

@ -5,10 +5,11 @@
<%= format_text(@page.body, allow_color: true) %>
</div>
<%= form_tag(accept_terms_of_service_path) do %>
<%= hidden_field_tag :url, params[:url] %>
<%= submit_tag "I have read and agree to these rules" %>
<% end %>
<%= form_tag(accept_terms_of_service_path) do %>
<%= hidden_field_tag :url, params[:url] %>
<%= submit_tag "I have read and agree to these rules" %>
<% end %>
</div>
</div>
<% content_for(:page_title) do %>