summaryrefslogtreecommitdiff
path: root/app/views/revisions
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/revisions')
-rw-r--r--app/views/revisions/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/revisions/index.html.erb b/app/views/revisions/index.html.erb
index b875a4fa..26a9ff45 100644
--- a/app/views/revisions/index.html.erb
+++ b/app/views/revisions/index.html.erb
@@ -27,7 +27,7 @@
27 <td> 27 <td>
28 <%= button_to 'restore', restore_node_revision_path(@node, page), 28 <%= button_to 'restore', restore_node_revision_path(@node, page),
29 method: :put, 29 method: :put,
30 form: { data: { confirm: "Restore this revision?" } } %> 30 form: { data: { confirm: "Restore this revision?" }, class: 'button_to state_changing' } %>
31 </td> 31 </td>
32 </tr> 32 </tr>
33<% end %> 33<% end %>