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

@@ -4,4 +4,8 @@
<%= render "form" %>
</div>
</div>
</div>
<% content_for(:page_title) do %>
Edit Forum Topic - <%= Danbooru.config.app_name %>
<% end %>

View File

@@ -46,3 +46,7 @@
<%= content_for(:html_header) do %>
<meta name="last-forum-read-at" content="<%= CurrentUser.last_forum_read_at.to_date %>">
<% end %>
<% content_for(:page_title) do %>
Forum - <%= Danbooru.config.app_name %>
<% end %>

View File

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

View File

@@ -17,5 +17,5 @@
<%= render "secondary_links" %>
<%= content_for(:page_title) do %>
forum/<%= @forum_topic.title %>
Forum - <%= @forum_topic.title %> - <%= Danbooru.config.app_name %>
<% end %>