History for <%= @artist.name %>

<% @artist_versions.each do |artist_version| %> <% end %>
Name Other Names Group Updated Updated by Active URLs
<%= link_to h(artist_version.name), artist_versions_path(:artist_id => @artist.id) %> <%= h artist_version.other_names %> <%= h artist_version.group_name %> <%= time_ago_in_words artist_version.created_at %> ago <%= link_to artist_version.updater_name, user_path(artist_version.user_id) %> <%= artist_version.is_active? %> <%= artist_version.urls.join(" ") %>
<%= will_paginate(@artist_versions) %>
<% content_for("footer") do %>
  • |
  • <%= link_to "Show", artist_path(@artist) %>
  • <%= link_to "Edit", edit_artist_path(@artist) %>
  • <%= link_to "Delete", artist_path(@artist, :method => :delete) %>
  • <%= link_to "History", artist_versions_path(:artist_id => @artist) %>
  • <%= link_to "Posts", posts_path(:tags => @artist.name) %>
  • <% end %> <%= render :partial => "footer" %>