eBooru/app/views/bans/new.html.erb
Earlopain 9b7c4db852 [Template] Don't explicitly add app_name in every title
- Use a helper function to add it to every title (except the root path
which is just the app_name)
- Remove useless set_title function in application_controllerller
2021-03-21 16:58:35 +01:00

13 lines
207 B
Plaintext

<div class="c-bans">
<div class="a-new">
<h1>New Ban</h1>
<%= render "form", :ban => @ban %>
</div>
</div>
<%= render "secondary_links" %>
<% content_for(:page_title) do %>
New Ban
<% end %>