This commit is contained in:
Toks
2013-05-25 19:49:19 -04:00
parent 7c65598ff0
commit 77dfd91702
6 changed files with 9 additions and 10 deletions

View File

@@ -15,7 +15,7 @@
<th width="10%">Edited By</th>
<th width="10%">Date</th>
<% if CurrentUser.is_member? %>
<th width="5%"></th>
<th width="7%"></th>
<% end %>
</tr>
</thead>
@@ -35,7 +35,7 @@
<td><%= compact_time note_version.updated_at %></td>
<% if CurrentUser.is_member? %>
<td>
<%= 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?" %>
<%= link_to "Revert to", revert_note_path(note_version.note_id, :version_id => note_version.id), :remote => true, :method => :put, :confirm => "Are you sure you want to revert to this version?" %>
</td>
<% end %>
</tr>