From 4142844a881e083f9182e2eb2c008a5d15f3a9ec Mon Sep 17 00:00:00 2001 From: r888888888 Date: Fri, 21 Jun 2013 13:26:48 -0700 Subject: [PATCH] fixes #1733 --- app/views/tag_alias_corrections/show.html.erb | 4 ++++ app/views/tag_alias_requests/new.html.erb | 4 ++++ app/views/tag_corrections/new.html.erb | 4 ++++ app/views/tag_corrections/show.json.erb | 4 ++++ app/views/tag_implication_requests/new.html.erb | 4 ++++ 5 files changed, 20 insertions(+) diff --git a/app/views/tag_alias_corrections/show.html.erb b/app/views/tag_alias_corrections/show.html.erb index cb986deca..a3478404f 100644 --- a/app/views/tag_alias_corrections/show.html.erb +++ b/app/views/tag_alias_corrections/show.html.erb @@ -22,3 +22,7 @@ <% end %> <%= render "tag_aliases/secondary_links" %> + +<% content_for(:page_title) do %> + Tag Alias Correction - <%= Danbooru.config.app_name %> +<% end %> diff --git a/app/views/tag_alias_requests/new.html.erb b/app/views/tag_alias_requests/new.html.erb index 0f06bbf6c..66b69b1bd 100644 --- a/app/views/tag_alias_requests/new.html.erb +++ b/app/views/tag_alias_requests/new.html.erb @@ -28,3 +28,7 @@ <%= render "tag_aliases/secondary_links" %> + +<% content_for(:page_title) do %> + Tag Alias Request - <%= Danbooru.config.app_name %> +<% end %> diff --git a/app/views/tag_corrections/new.html.erb b/app/views/tag_corrections/new.html.erb index b3ed67ab3..af54962d6 100644 --- a/app/views/tag_corrections/new.html.erb +++ b/app/views/tag_corrections/new.html.erb @@ -17,3 +17,7 @@ <%= submit_tag "Fix" %> <%= submit_tag "Cancel" %> <% end %> + +<% content_for(:page_title) do %> + Tag Correction - <%= Danbooru.config.app_name %> +<% end %> diff --git a/app/views/tag_corrections/show.json.erb b/app/views/tag_corrections/show.json.erb index 65fa82d7a..9a29c04aa 100644 --- a/app/views/tag_corrections/show.json.erb +++ b/app/views/tag_corrections/show.json.erb @@ -1 +1,5 @@ <%= raw @correction.to_json %> + +<% content_for(:page_title) do %> + Tag Correction - <%= Danbooru.config.app_name %> +<% end %> diff --git a/app/views/tag_implication_requests/new.html.erb b/app/views/tag_implication_requests/new.html.erb index 2925aec7f..7c915ca06 100644 --- a/app/views/tag_implication_requests/new.html.erb +++ b/app/views/tag_implication_requests/new.html.erb @@ -28,3 +28,7 @@ <%= render "tag_implications/secondary_links" %> + +<% content_for(:page_title) do %> + Tag Implication Request - <%= Danbooru.config.app_name %> +<% end %>