<% if post_set.artist %> <% unless post_set.artist.notes.blank? %>
<%= format_text(post_set.artist.notes) %>

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

<% end %>
  • Status <%= post_set.artist.status %>
  • <% if post_set.artist.has_tag_alias? %>
  • Tag Alias <%= post_set.artist.tag_alias_name %>
  • <% end %> <% if post_set.artist.other_names.present? %>
  • Other Names <%= link_to_artists(post_set.artist.other_names.split(/ /)) %>
  • <% end %> <% if post_set.artist.group_name.present? %>
  • Group <%= link_to_artist(post_set.artist.group_name) %>
  • <% end %> <% if post_set.artist.members.any? %>
  • Members <%= link_to_artists(post_set.artist.members.map(&:name)) %>
  • <% end %> <% post_set.artist.urls.each do |url| %>
  • URL: <%= link_to h(url.to_s), h(url.to_s) %> <% if CurrentUser.user.is_moderator? %> (<%= link_to("mass edit", edit_moderator_tag_path(:antecedent => "-#{post_set.artist.name} source:#{ArtistUrl.normalize_for_search(url.to_s)}", :consequent => post_set.artist.name)) %>) <% end %>
  • <% end %>

Read the <%= link_to "full article", wiki_page_path(post_set.wiki_page.id) %>.

<% elsif post_set.wiki_page %>
<%= format_text(post_set.wiki_page.presenter.excerpt) %> <% if post_set.wiki_page.artist %>

<%= link_to "View artist", post_set.wiki_page.artist %>

<% end %> <%= wiki_page_alias_and_implication_list(post_set.wiki_page) %>

Read the <%= link_to "full article", wiki_page_path(post_set.wiki_page.id) %>.

<% else %> <% if post_set.tag_string.present? %>

There is currently no wiki page for the tag "<%= post_set.tag_string %>". You can <%= link_to "create one", new_wiki_page_path(:wiki_page => {:title => post_set.tag_string}) %>.

<% end %> <% end %>