fixed titles

This commit is contained in:
albert
2011-10-23 16:55:57 -04:00
parent 9e72bc022d
commit 34ae712be0
106 changed files with 418 additions and 65 deletions

View File

@@ -1 +1,5 @@
<h1>Access Denied</h1>
<h1>Access Denied</h1>
<% content_for(:page_title) do %>
Access Denied - <%= Danbooru.config.app_name %>
<% end %>

View File

@@ -7,3 +7,7 @@
<p>Bookmark this link. Next time you are directly viewing an image (that is, the JPG/PNG/GIF file is in the URL bar) you can open this bookmarklet and you will be taken to the upload page. Depending on the site you are uploading from you may also see some options for fetching metadata.</p>
</div>
</div>
<% content_for(:page_title) do %>
Bookmarklet - <%= Danbooru.config.app_name %>
<% end %>

View File

@@ -1,11 +0,0 @@
<div style="text-align: center;">
<%= print_advertisement("horizontal") %>
<div style="width: 50em; margin: 1em auto;">
<h4>&ldquo;No one else could gain admittance here, because this entrance was meant solely for you. I am now going to shut it.&rdquo;</h4>
</div>
<p>You have to <a href="/user/login">login</a> to view this page.</p>
<p>You can create a <a href="/user/signup">free basic account</a>.</p>
<p>Learn more about <a href="/help/users">accounts</a>.</p>
</div>

View File

@@ -86,4 +86,8 @@
<% end %>
</section>
</div>
</div>
</div>
<% content_for(:page_title) do %>
Site Map - <%= Danbooru.config.app_name %>
<% end %>

View File

@@ -73,6 +73,8 @@
</section>
-->
</div>
<% content_for(:page_title) do %>
Terms of Service - <%= Danbooru.config.app_name %>
<% end %>