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

@@ -20,3 +20,7 @@
</table>
</div>
</div>
<% content_for(:page_title) do %>
IP Addresses - <%= Danbooru.config.app_name %>
<% end %>

View File

@@ -1,6 +1,6 @@
<div id="c-moderator-ip-addrs">
<div id="a-search">
<h1>IP Address Search</h1>
<h1>Search IP Addresses</h1>
<%= form_tag(moderator_ip_addrs_path) do %>
<div class="input">
@@ -17,3 +17,7 @@
<% end %>
</div>
</div>
<% content_for(:page_title) do %>
Search IP Addresses - <%= Danbooru.config.app_name %>
<% end %>