| 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