This commit is contained in:
albert
2013-03-21 17:19:46 -07:00
parent 65b5159197
commit a7103032d6

View File

@@ -14,6 +14,7 @@
<th>Updated by</th> <th>Updated by</th>
<th>Active</th> <th>Active</th>
<th>URLs</th> <th>URLs</th>
<th></th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
@@ -35,6 +36,9 @@
<% end %> <% end %>
</ul> </ul>
</td> </td>
<td>
<%= link_to "Revert", revert_artist_path(artist_version.artist_id, :version_id => artist_version.id), :method => :put, :confirm => "Are you sure you want to revert this artist?" %>
</td>
</tr> </tr>
<% end %> <% end %>
</tbody> </tbody>