forked from e621ng/e621ng
[Layout] Fix some missing closing divs
This commit is contained in:
parent
a0d1c951b9
commit
9a9dab08b2
@ -4,6 +4,7 @@
|
||||
<div class="dtext-container">
|
||||
<%= format_text(@page.body, allow_color: true) %>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
|
@ -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 %>
|
||||
|
Loading…
Reference in New Issue
Block a user