fixed titles
This commit is contained in:
@@ -20,3 +20,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Mod Dashboard - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -11,3 +11,7 @@
|
||||
<%= numbered_paginator(@users) %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Invitations - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -17,3 +17,7 @@
|
||||
<% end %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
New Invitation - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -20,3 +20,7 @@
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
IP Addresses - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -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 %>
|
||||
|
||||
@@ -38,4 +38,8 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<%= render "posts/partials/common/secondary_links" %>
|
||||
<%= render "posts/partials/common/secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Mod Dashboard - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -5,12 +5,12 @@
|
||||
<%= form_tag(moderator_tag_path, :method => :put) do %>
|
||||
<div class="input">
|
||||
<label>Predicate</label>
|
||||
<%= text_field :tag, :predicate %>
|
||||
<%= text_field :tag, :antecedent, :value => params[:antecedent] %>
|
||||
</div>
|
||||
|
||||
<div class="input">
|
||||
<label>Consequent</label>
|
||||
<%= text_field :tag, :consequent %>
|
||||
<%= text_field :tag, :consequent, :value => params[:consequent] %>
|
||||
</div>
|
||||
|
||||
<div class="input">
|
||||
@@ -19,3 +19,7 @@
|
||||
<% end %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Edit Tag - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user