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

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

View File

@@ -119,10 +119,6 @@
</div>
</div>
<% content_for(:page_title) do %>
Upload - <%= Danbooru.config.app_name %>
<% end %>
<% content_for(:html_header) do %>
<script>
$(function() {

View File

@@ -45,10 +45,6 @@
<%= render "uploads/secondary_links" %>
<% content_for(:page_title) do %>
Upload - <%= Danbooru.config.app_name %>
<% end %>
<% if @upload.is_pending? || @upload.is_processing? || @upload.is_preprocessing? || @upload.is_preprocessed? %>
<% content_for(:html_header) do %>
<meta http-equiv="refresh" content="2">