fixed titles

This commit is contained in:
albert
2011-10-23 16:55:57 -04:00
parent 9e72bc022d
commit 34ae712be0
106 changed files with 418 additions and 65 deletions

View File

@@ -25,7 +25,7 @@
</div>
<% content_for(:page_title) do %>
/settings
Settings - <%= Danbooru.config.app_name %>
<% end %>
<%= render "secondary_links" %>

View File

@@ -60,3 +60,6 @@
</div>
</div>
<% content_for(:page_title) do %>
Users - <%= Danbooru.config.app_name %>
<% end %>

View File

@@ -77,5 +77,5 @@
</div>
<% content_for(:page_title) do %>
/users/signup
Sign up - <%= Danbooru.config.app_name %>
<% end %>

View File

@@ -52,3 +52,7 @@
</div>
<%= render "secondary_links" %>
<% content_for(:page_title) do %>
User - <%= @presenter.name %> - <%= Danbooru.config.app_name %>
<% end %>