eBooru/app/views/static/terms_of_service.html.erb
Earlopain 3a69cd3578
[Cleanup] Remove accept_terms_of_service
The 18+ popup already covers this, and the message was never displayed anyways.
2022-05-16 20:41:30 +02:00

13 lines
221 B
Plaintext

<div id="c-static">
<div id="a-terms-of-service">
<div class="dtext-container">
<%= format_text(@page.body, allow_color: true) %>
</div>
</div>
</div>
<% content_for(:page_title) do %>
Rules
<% end %>