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

@@ -11,3 +11,7 @@
</div>
<%= render "secondary_links" %>
<% content_for(:page_title) do %>
Edit Pool - <%= Danbooru.config.app_name %>
<% end %>

View File

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

View File

@@ -10,3 +10,7 @@
</div>
<%= render "secondary_links" %>
<% content_for(:page_title) do %>
New Pool - <%= Danbooru.config.app_name %>
<% end %>

View File

@@ -9,3 +9,7 @@
</div>
<%= render "secondary_links" %>
<% content_for(:page_title) do %>
Search Pools - <%= Danbooru.config.app_name %>
<% end %>

View File

@@ -16,3 +16,6 @@
<%= render "secondary_links" %>
<% content_for(:page_title) do %>
Pool - <%= @pool.name %> - <%= Danbooru.config.app_name %>
<% end %>