/artist_versions: fix stray <td> tag.
This commit is contained in:
@@ -35,7 +35,7 @@
|
|||||||
<% end %>
|
<% end %>
|
||||||
<% if artist_versions_listing_type == :revert %>
|
<% if artist_versions_listing_type == :revert %>
|
||||||
<% t.column do |artist_version| %>
|
<% t.column do |artist_version| %>
|
||||||
<td><%= link_to "Revert to", revert_artist_path(artist_version.artist_id, version_id: artist_version.id), method: :put, "data-confirm": "Are you sure you want to revert to this version?" %></td>
|
<%= link_to "Revert to", revert_artist_path(artist_version.artist_id, version_id: artist_version.id), method: :put, "data-confirm": "Are you sure you want to revert to this version?" %>
|
||||||
<% end %>
|
<% end %>
|
||||||
<% end %>
|
<% end %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|||||||
Reference in New Issue
Block a user