fixes #1139, fix other history page inconsistencies

This commit is contained in:
Toks
2013-04-05 16:24:08 -04:00
parent 314dee2d84
commit 3648db0928
5 changed files with 40 additions and 24 deletions

View File

@@ -14,7 +14,9 @@
<th>Updated by</th>
<th>Active</th>
<th>URLs</th>
<th></th>
<% if CurrentUser.is_member? %>
<th></th>
<% end %>
</tr>
</thead>
<tbody>
@@ -34,11 +36,11 @@
<%= artist_version_urls_diff(artist_version) %>
</ul>
</td>
<td>
<% if CurrentUser.is_member? %>
<% if CurrentUser.is_member? %>
<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?" %>
<% end %>
</td>
</td>
<% end %>
</tr>
<% end %>
</tbody>