fixes #858
adds color coding to both urls and other names on artist versions
This commit is contained in:
@@ -24,16 +24,14 @@
|
||||
<%= link_to artist_version.name, artist_versions_path(:search => {:artist_id => artist_version.artist_id}) %>
|
||||
</td>
|
||||
<td><%= link_to "artist", artist_path(artist_version.artist) %></td>
|
||||
<td><%= artist_version.other_names %></td>
|
||||
<td><%= artist_version_other_names_diff(artist_version) %></td>
|
||||
<td><%= artist_version.group_name %></td>
|
||||
<td><%= compact_time artist_version.created_at %></td>
|
||||
<td><%= link_to artist_version.updater_name, user_path(artist_version.updater_id) %></td>
|
||||
<td><%= artist_version.is_active? %></td>
|
||||
<td>
|
||||
<ul>
|
||||
<% artist_version.url_array.each do |url| %>
|
||||
<li><%= url %></li>
|
||||
<% end %>
|
||||
<%= artist_version_urls_diff(artist_version) %>
|
||||
</ul>
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user