forked from e621ng/e621ng

- 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
13 lines
207 B
Plaintext
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 %>
|