summaryrefslogtreecommitdiff
path: root/app/views/revisions/index.html.erb
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-07 21:43:21 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-07 21:43:21 +0200
commit42f81016be8c55322e0dbb2c20b08812d5d2228b (patch)
tree9dff0e0e365d0c6c663c1b081a0258d6a78d1a7b /app/views/revisions/index.html.erb
parentae29567bea75b28bd3f5655b6bf3e6444d51eb38 (diff)
Adopt button pills in views
Diffstat (limited to 'app/views/revisions/index.html.erb')
-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 %>