Posts
- <% if @post_set.artist.present? %>
+ <% if @post_set.artist.present? && @post_set.artist.is_banned? && !CurrentUser.user.is_approver? %>
+ <%# no-op %>
+ <% elsif @post_set.artist.present? %>
<%= link_to "Artist", artist_path(@post_set.artist), id: "show-excerpt-link", class: "artist-excerpt-link" %>
<% elsif @post_set.tag&.artist? %>
<%= link_to "Artist", new_artist_path(artist: { name: @post_set.tag.name }), id: "show-excerpt-link", class: "artist-excerpt-link", rel: "nofollow" %>
@@ -173,7 +177,7 @@
<% if @post_set.hidden_posts.present? %>
<% if @post_set.banned_posts.size == @post_set.posts.size %>
- This page was removed from this page at the artist's request (<%= link_to_wiki "learn more", "banned_artist" %>).
+ This page was removed at the artist's request (<%= link_to_wiki "learn more", "banned_artist" %>).
<% end %>
<% if @post_set.censored_posts.present? %>