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 306f9ea..e038ed2 100644
--- a/app/views/revisions/index.html.erb
+++ b/app/views/revisions/index.html.erb
@@ -31,7 +31,7 @@
31 'restore', 31 'restore',
32 restore_node_revision_path(@node, page), 32 restore_node_revision_path(@node, page),
33 :method => :put, 33 :method => :put,
34 :confirm => "Restore this revision?" 34 :data => { :confirm => "Restore this revision?" }
35 ) %> 35 ) %>
36 </td> 36 </td>
37 </tr> 37 </tr>