views: standardize page titles.

This commit is contained in:
evazion
2019-08-24 22:55:35 -05:00
parent 2d34e69737
commit f151285038
89 changed files with 29 additions and 339 deletions

View File

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

View File

@@ -39,10 +39,6 @@
<%= render "secondary_links" %>
<% content_for(:page_title) do %>
Pools - <%= Danbooru.config.app_name %>
<% end %>
<% content_for(:html_header) do %>
<meta name="description" content="Pools are groups of posts with something in common. The most common use of pools is for posts that are part of a series (such as a comic, or a group of images released by an artist).">
<% end %>

View File

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