fixed titles
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
</div>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
/settings
|
||||
Settings - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
@@ -60,3 +60,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Users - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -77,5 +77,5 @@
|
||||
</div>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
/users/signup
|
||||
Sign up - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -52,3 +52,7 @@
|
||||
</div>
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
User - <%= @presenter.name %> - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user