/artist_versions: fix stray <td> tag.

This commit is contained in:
evazion
2020-01-08 11:53:28 -06:00
parent 0b31a6f491
commit 0c92a5af4d

View File

@@ -35,7 +35,7 @@
<% end %>
<% if artist_versions_listing_type == :revert %>
<% 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 %>