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

@@ -15,3 +15,7 @@
</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> <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> <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

@@ -25,3 +25,7 @@
</section> </section>
</div> </div>
</div> </div>
<% content_for(:page_title) do %>
Keyboard Shortcuts - <%= Danbooru.config.app_name %>
<% end %>

View File

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

View File

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