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 %>

* Indicates new artist

Recent Posts

<%#= @post_set.presenter.post_previews_html %>
<% content_for("footer") do %>
  • |
  • <%= link_to "Posts", posts_path(:tags => @artist.name) %>
  • <%= link_to "Edit", edit_artist_path(@artist) %>
  • <%= link_to "Delete", artist_path(@artist, :method => :delete) %>
  • <%= link_to "History", artist_versions_path(:artist_id => @artist.id) %>
  • <% end %> <%= render :partial => "secondary_nav_links" %>