views: refactor page titles.
Refactor `page_title` helper to automatically include site name.
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
<% page_title "Sign up" %>
|
||||
<%= render "secondary_links" %>
|
||||
|
||||
<div id="c-users">
|
||||
<div id="a-new" class="fixed-width-container">
|
||||
<h1>Sign Up</h1>
|
||||
@@ -23,9 +26,3 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Sign up - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user