This commit is contained in:
albert
2011-12-29 17:51:09 -05:00
parent e670412731
commit dec55010a6
3 changed files with 11 additions and 0 deletions

View File

@@ -28,3 +28,9 @@
<% content_for(:page_title) do %>
Upload - <%= Danbooru.config.app_name %>
<% end %>
<% if @upload.is_pending? || @upload.is_processing? %>
<% content_for(:html_header) do %>
<meta http-equiv="refresh" content="1">
<% end %>
<% end %>