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

@@ -5,3 +5,7 @@
<h6>Details</h6>
<%= render "static/backtrace", exception: @exception, backtrace: @backtrace %>
<% end %>
<% content_for(:page_title) do %>
Error - <%= @message %> - <%= Danbooru.config.app_name %>
<% end %>