style improvements

This commit is contained in:
albert
2011-10-15 13:10:24 -04:00
parent 25090af792
commit 1b7102b2e6
5 changed files with 11 additions and 6 deletions

View File

@@ -26,7 +26,7 @@
<% end %>
</td>
<td><%= link_to note_version.updater.name, user_path(note_version.updater) %></td>
<td><%= note_version.updated_at.strftime("%Y-%m-%d %H:%M") %></td>
<td><%= compact_time note_version.updated_at %></td>
<td>
<% if CurrentUser.is_member? %>
<%= link_to "Revert", revert_note_path(note_version.note_id, :version_id => note_version.id), :remote => true, :method => :put, :confirm => "Do you really want to revert to this version?" %>