Artist: <%= @artist.name.tr("_", " ") %>

<% unless @artist.notes.blank? %>
<%= format_text(@artist.notes) %>
<% end %>
<% if @artist.has_tag_alias? %> <% end %> <% if !@artist.other_names.blank? %> <% end %> <% if !@artist.group_name.blank? %> <% end %> <% if @artist.members.any? %> <% end %> <% @artist.urls.each do |url| %> <% end %>
Status <% if @artist.is_banned? %> Banned <% elsif @artist.is_active? %> Active <% else %> Inactive <% end %>
Tag Alias <%= @artist.tag_alias_name %>
Other Names <%= link_to_artists(@artist.other_names.split(/,/)) %>
Group <%= link_to_artist(@artist.group_name) %>
Members <%= link_to_artists(@artist.members.map(&:name)) %>
URLs <%= 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)) %>) <% end %>

Recent Posts

<%= @post_set.presenter.post_previews_html(self) %>
<%= render "secondary_links" %>