diff --git a/app/views/comments/show.html.erb b/app/views/comments/show.html.erb index 04631bed2..f78ba1a33 100644 --- a/app/views/comments/show.html.erb +++ b/app/views/comments/show.html.erb @@ -14,4 +14,8 @@ -<%= render "secondary_links" %> \ No newline at end of file +<%= render "secondary_links" %> + +<% content_for(:page_title) do %> + Comment - <%= Danbooru.config.app_name %> +<% end %> diff --git a/app/views/static/contact.html.erb b/app/views/static/contact.html.erb index 83b5c9a40..80819d9cc 100644 --- a/app/views/static/contact.html.erb +++ b/app/views/static/contact.html.erb @@ -3,3 +3,7 @@

Questions & Comments

You can reach the administrator of this site at <%= mail_to Danbooru.config.contact_email, nil, :encode => :hex %>.

+ +<% content_for(:page_title) do %> + Contact - <%= Danbooru.config.app_name %> +<% end %> diff --git a/app/views/static/keyboard_shortcuts.html.erb b/app/views/static/keyboard_shortcuts.html.erb index 25bd31521..ada8fa0fb 100644 --- a/app/views/static/keyboard_shortcuts.html.erb +++ b/app/views/static/keyboard_shortcuts.html.erb @@ -24,4 +24,8 @@ - \ No newline at end of file + + +<% content_for(:page_title) do %> + Keyboard Shortcuts - <%= Danbooru.config.app_name %> +<% end %> diff --git a/app/views/static/mrtg.html.erb b/app/views/static/mrtg.html.erb index 6e630f8b9..e4f11a515 100644 --- a/app/views/static/mrtg.html.erb +++ b/app/views/static/mrtg.html.erb @@ -32,4 +32,8 @@

1 day

- \ No newline at end of file + + +<% content_for(:page_title) do %> + MRTG - <%= Danbooru.config.app_name %> +<% end %> diff --git a/app/views/static/name_change.html.erb b/app/views/static/name_change.html.erb index f09c5aea8..b8907620c 100644 --- a/app/views/static/name_change.html.erb +++ b/app/views/static/name_change.html.erb @@ -7,3 +7,7 @@

For this reason user name changes are not supported.

+ +<% content_for(:page_title) do %> + Name Change - <%= Danbooru.config.app_name %> +<% end %> diff --git a/app/views/static/terms_of_service.html.erb b/app/views/static/terms_of_service.html.erb index b50d71b75..81cb2d859 100644 --- a/app/views/static/terms_of_service.html.erb +++ b/app/views/static/terms_of_service.html.erb @@ -52,3 +52,6 @@ +<% content_for(:page_title) do %> + Rules - <%= Danbooru.config.app_name %> +<% end %>