Artist: <%= link_to @artist.pretty_name, posts_path(:tags => @artist.name), :class => "tag-type-#{@artist.category_name}" %>

<% if @artist.notes.present? && @artist.visible? %>
<%= format_text(@artist.notes, :ragel => true, :disable_mentions => true) %>

<%= link_to "View wiki page", @artist.wiki_page %>

<% end %> <% if @artist.visible? %>
<%= render "summary", artist: @artist %>
<% else %>

The artist requested removal of this page.

<% end %> <%= render "secondary_links" %>
<% content_for(:page_title) do %> Artist - <%= @artist.name %> - <%= Danbooru.config.app_name %> <% end %>