The following artists have requested they be removed from the site. Please do not upload any works from these artists. These artists all have implications pointing to the banned_artist tag.
@@ -34,7 +34,7 @@
<% end %>
<% end %>
<% end %>
-
+
<% if CurrentUser.is_admin? %>
<%= link_to "Expunge", annihilate_moderator_post_post_path(:post_id => post.id), :remote => true, :method => :post, :id => "annihilate", :confirm => "This will permanently delete this post (meaning the file will be deleted). Are you sure you want to delete this post?" %>
<% end %>
diff --git a/app/views/posts/partials/show/_share.html.erb b/app/views/posts/partials/show/_share.html.erb
index 53afa9930..56e0ab8b4 100644
--- a/app/views/posts/partials/show/_share.html.erb
+++ b/app/views/posts/partials/show/_share.html.erb
@@ -10,12 +10,12 @@
-
+
A basic account is free and lets you keep favorites, upload artwork, and write comments. If you want <%= link_to "more features", wiki_pages_path(:title => "help:accounts") %> you can upgrade your account later.
-
+
This site is open to web crawlers so whatever name you choose will be public!
-
+
This includes favorites, uploads, and comments. Almost everything is public. So don't choose a name you don't want to be associated with.
-
+
<%= @wiki_page.pretty_title %>
-
+
<% if @wiki_page.is_locked? %>
(locked)
<% end %>
-
+
<%= format_text(@wiki_page.body) %>
-
+
<% if @wiki_page.presenter.antecedent_tag_alias %>
This tag has been aliased to <%= link_to @wiki_page.presenter.antecedent_tag_alias.consequent_name, posts_path(:tags => @wiki_page.presenter.antecedent_tag_alias.consequent_name) %>.
<% end %>
@@ -23,7 +23,7 @@
The following tags are aliased to this tag: <%= raw @wiki_page.presenter.consequent_tag_aliases.map {|x| link_to(x.antecedent_name, posts_path(:tags => x.antecedent_name))}.join(", ") %>.