This commit is contained in:
Toks
2013-04-01 22:50:30 -04:00
parent a75aad01ab
commit 26ae94f0fa
6 changed files with 26 additions and 3 deletions

View File

@@ -14,4 +14,8 @@
</div>
</div>
<%= render "secondary_links" %>
<%= render "secondary_links" %>
<% content_for(:page_title) do %>
Comment - <%= Danbooru.config.app_name %>
<% end %>

View File

@@ -3,3 +3,7 @@
<h2>Questions &amp; Comments</h2>
<p>You can reach the administrator of this site at <%= mail_to Danbooru.config.contact_email, nil, :encode => :hex %>.</p>
<% content_for(:page_title) do %>
Contact - <%= Danbooru.config.app_name %>
<% end %>

View File

@@ -24,4 +24,8 @@
</ul>
</section>
</div>
</div>
</div>
<% content_for(:page_title) do %>
Keyboard Shortcuts - <%= Danbooru.config.app_name %>
<% end %>

View File

@@ -32,4 +32,8 @@
<h3>1 day</h3>
<img src="http://mrtg.vinax.net/switch3/switch3_29-year.png">
<img src="http://mrtg.vinax.net/switch3/switch3_29-year.png">
<% content_for(:page_title) do %>
MRTG - <%= Danbooru.config.app_name %>
<% end %>

View File

@@ -7,3 +7,7 @@
<p>For this reason user name changes are not supported.</p>
</div>
<% content_for(:page_title) do %>
Name Change - <%= Danbooru.config.app_name %>
<% end %>

View File

@@ -52,3 +52,6 @@
</div>
</div>
<% content_for(:page_title) do %>
Rules - <%= Danbooru.config.app_name %>
<% end %>