fixed titles
This commit is contained in:
@@ -7,7 +7,7 @@ module Moderator
|
||||
end
|
||||
|
||||
def update
|
||||
tag_batch_change = TagBatchChange.new(params[:tag][:predicate], params[:tag][:consequent])
|
||||
tag_batch_change = TagBatchChange.new(params[:tag][:antecedent], params[:tag][:consequent])
|
||||
tag_batch_change.execute
|
||||
redirect_to edit_moderator_tag_path, :notice => "Posts updated"
|
||||
end
|
||||
|
||||
@@ -13,4 +13,8 @@
|
||||
<%= submit_tag "Update" %>
|
||||
<% end %>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Edit User - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -7,3 +7,8 @@
|
||||
</div>
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Edit Advertisement - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
|
||||
@@ -24,3 +24,7 @@
|
||||
</div>
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Advertisements - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -7,3 +7,7 @@
|
||||
</div>
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
New Advertisement - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<div id="c-advertisements">
|
||||
<div id="a-show">
|
||||
<h1>Show Advertisement</h1>
|
||||
<h1>Advertisement</h1>
|
||||
|
||||
<%= image_tag(@advertisement.image_url, :width => @advertisement.preview_width, :height => @advertisement.preview_height) %>
|
||||
|
||||
@@ -10,5 +10,8 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Advertisement - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -37,3 +37,6 @@
|
||||
|
||||
<%= render "artists/secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Artist Versions - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -12,4 +12,8 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
<%= render "secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Banned Artists - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -6,3 +6,7 @@
|
||||
</div>
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Edit Artist - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -31,3 +31,7 @@
|
||||
<%= render "secondary_links" %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Artists - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -9,3 +9,7 @@
|
||||
</div>
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
New Artist - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -14,4 +14,8 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
<%= render "secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Search Artists - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
<td>
|
||||
<%= link_to h(url.to_s), h(url.to_s) %>
|
||||
<% if CurrentUser.user.is_moderator? %>
|
||||
(<%#= link_to("mass edit", mass_edit_admin_posts_path(:antecedent => "-#{@artist.name} source:#{ArtistUrl.normalize_for_search(url.to_s)}", :consequent => @artist.name)) %>)
|
||||
(<%= link_to("mass edit", edit_moderator_tag_path(:antecedent => "-#{@artist.name} source:#{ArtistUrl.normalize_for_search(url.to_s)}", :consequent => @artist.name)) %>)
|
||||
<% end %>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -72,3 +72,7 @@
|
||||
<%= render "secondary_links" %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Artist - <%= @artist.name %> - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -6,3 +6,7 @@
|
||||
</div>
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Edit Ban - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -29,3 +29,7 @@
|
||||
</div>
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Bans - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -6,3 +6,7 @@
|
||||
</div>
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
New Ban - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -10,3 +10,7 @@
|
||||
</div>
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Ban - <%= @ban.user.name %> - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -10,4 +10,8 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<%= render "comments/secondary_links" %>
|
||||
<%= render "comments/secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Edit Comment - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -15,3 +15,7 @@
|
||||
</div>
|
||||
|
||||
<%= render "comments/secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Comments - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -21,3 +21,7 @@
|
||||
</div>
|
||||
|
||||
<%= render "comments/secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Comments - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -13,4 +13,8 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<%= render "comments/secondary_links" %>
|
||||
<%= render "comments/secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Search Comments - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -5,4 +5,8 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
<%= render "secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Edit Message - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -25,4 +25,8 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
<%= render "secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Messages - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -5,4 +5,8 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
<%= render "secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
New Message - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -13,3 +13,7 @@
|
||||
</div>
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Search Messages - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -13,4 +13,8 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
<%= render "secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Message - <%= @dmail.title %> - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -12,3 +12,6 @@
|
||||
|
||||
<%= render "posts/partials/common/secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Popular - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
</section>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
/fav:<%= CurrentUser.name %>
|
||||
Favorites - <%= CurrentUser.name %> - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
<%= render "posts/partials/common/secondary_links" %>
|
||||
|
||||
@@ -6,4 +6,8 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<%= render "forum_topics/secondary_links" %>
|
||||
<%= render "forum_topics/secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Edit Forum Post - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -25,4 +25,8 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<%= render "forum_topics/secondary_links" %>
|
||||
<%= render "forum_topics/secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Forum Posts - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -6,4 +6,8 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<%= render "forum_topics/secondary_links" %>
|
||||
<%= render "forum_topics/secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
New Forum Post - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -9,4 +9,8 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<%= render "forum_topics/secondary_links" %>
|
||||
<%= render "forum_topics/secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Search Forum Posts - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -4,4 +4,8 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<%= render "forum_topics/secondary_links" %>
|
||||
<%= render "forum_topics/secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Forum Post - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -4,4 +4,8 @@
|
||||
|
||||
<%= render "form" %>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Edit Forum Topic - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -46,3 +46,7 @@
|
||||
<%= content_for(:html_header) do %>
|
||||
<meta name="last-forum-read-at" content="<%= CurrentUser.last_forum_read_at.to_date %>">
|
||||
<% end %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Forum - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -7,3 +7,7 @@
|
||||
</div>
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
New Forum Topic - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -17,5 +17,5 @@
|
||||
<%= render "secondary_links" %>
|
||||
|
||||
<%= content_for(:page_title) do %>
|
||||
forum/<%= @forum_topic.title %>
|
||||
Forum - <%= @forum_topic.title %> - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
@@ -28,3 +28,7 @@
|
||||
</div>
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
IP Bans - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -11,3 +11,7 @@
|
||||
</div>
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
New IP Ban - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -26,4 +26,8 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
<%= render "secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Janitor Trials - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -13,3 +13,6 @@
|
||||
</div>
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
<% content_for(:page_title) do %>
|
||||
New Janitor - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -18,3 +18,7 @@
|
||||
<%= render "sessions/secondary_links" %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Login Reminder - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -15,4 +15,8 @@
|
||||
|
||||
<%= render "sessions/secondary_links" %>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Reset Password - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -16,4 +16,8 @@
|
||||
|
||||
<%= render "sessions/secondary_links" %>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Reset Password - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -22,4 +22,8 @@
|
||||
|
||||
<%= sequential_paginator(@mod_actions) %>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Mod Actions - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -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 %>
|
||||
|
||||
@@ -43,3 +43,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Note Versions - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -28,3 +28,7 @@
|
||||
</div>
|
||||
|
||||
<%= render "notes/secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Notes - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -6,4 +6,8 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
<%= render "secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Notes - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -9,3 +9,7 @@
|
||||
</div>
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Search Notes - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -18,3 +18,7 @@
|
||||
</div>
|
||||
|
||||
<%= render "pools/secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Order Pool - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -38,3 +38,7 @@
|
||||
</div>
|
||||
|
||||
<%= render "pools/secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Pool Versions - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -11,3 +11,7 @@
|
||||
</div>
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Edit Pool - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -30,3 +30,7 @@
|
||||
<%= render "secondary_links" %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Pools - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -10,3 +10,7 @@
|
||||
</div>
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
New Pool - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -9,3 +9,7 @@
|
||||
</div>
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Search Pools - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -16,3 +16,6 @@
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Pool - <%= @pool.name %> - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -20,4 +20,8 @@
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Appeals - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -20,4 +20,8 @@
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Flags - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -8,4 +8,8 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
<%= render "secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Post Versions - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -11,3 +11,7 @@
|
||||
</div>
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Search Post Versions - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -20,7 +20,11 @@
|
||||
</section>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
/<%= @post_set.tag_string %>
|
||||
<% if @post_set.tag_string.present? %>
|
||||
<%= @post_set.tag_string %> - <%= Danbooru.config.app_name %>
|
||||
<% else %>
|
||||
<%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
<%= render "posts/partials/common/secondary_links" %>
|
||||
|
||||
@@ -81,7 +81,7 @@
|
||||
</div>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
/p/<%= @post.tag_string %>
|
||||
<%= @post.tag_string %> - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
<% content_for(:html_header) do %>
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
</div>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
/sign in
|
||||
Sign in - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
@@ -1 +1,5 @@
|
||||
<h1>Access Denied</h1>
|
||||
<h1>Access Denied</h1>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Access Denied - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -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 %>
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
<div style="text-align: center;">
|
||||
<%= print_advertisement("horizontal") %>
|
||||
|
||||
<div style="width: 50em; margin: 1em auto;">
|
||||
<h4>“No one else could gain admittance here, because this entrance was meant solely for you. I am now going to shut it.”</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>
|
||||
@@ -86,4 +86,8 @@
|
||||
<% end %>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Site Map - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -73,6 +73,8 @@
|
||||
</section>
|
||||
-->
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Terms of Service - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -42,3 +42,8 @@
|
||||
</div>
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Tag Aliases - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
|
||||
@@ -10,4 +10,8 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
<%= render "secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
New Tag Alias - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -42,3 +42,7 @@
|
||||
</div>
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Tag Implications - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -10,4 +10,8 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
<%= render "secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
New Tag Implication - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -3,4 +3,8 @@
|
||||
<h1>Edit Tag Subscription</h1>
|
||||
<%= render "form" %>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Edit Tag Subscription - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -23,3 +23,7 @@
|
||||
</div>
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Tag Subscriptions - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -3,4 +3,8 @@
|
||||
<h1>New Tag Subscription</h1>
|
||||
<%= render "form" %>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
New Tag Subscription - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -16,11 +16,11 @@
|
||||
<%= numbered_paginator(@posts) %>
|
||||
</section>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
/sub:<%= @user.name %>
|
||||
<% end %>
|
||||
|
||||
<%= render "posts/partials/common/secondary_links" %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Tag Subscriptions - <%= @user.name %> - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
|
||||
@@ -10,3 +10,7 @@
|
||||
</div>
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Edit Tag - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -25,3 +25,7 @@
|
||||
</div>
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Tags - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -9,4 +9,8 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
<%= render "secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Search Tags - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -10,3 +10,7 @@
|
||||
</div>
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Tag - <%= @tag.name %> - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -27,4 +27,8 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<%= render "posts/partials/common/secondary_links" %>
|
||||
<%= render "posts/partials/common/secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Uploads - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
</div>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
/ Upload
|
||||
Upload - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
<%= render "posts/partials/common/secondary_links" %>
|
||||
|
||||
@@ -24,3 +24,7 @@
|
||||
</p>
|
||||
|
||||
<%= render "posts/partials/common/secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Upload - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -30,3 +30,7 @@
|
||||
<%= render "secondary_links" %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Edit Feedback - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -15,3 +15,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
New Feedback - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -11,4 +11,8 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
<%= render "secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Feedback - <%= @user_feedback.user_name %> - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
</div>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
/settings
|
||||
Settings - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
@@ -60,3 +60,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Users - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -77,5 +77,5 @@
|
||||
</div>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
/users/signup
|
||||
Sign up - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
@@ -52,3 +52,7 @@
|
||||
</div>
|
||||
|
||||
<%= render "secondary_links" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
User - <%= @presenter.name %> - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user