diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-07 21:43:21 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-07 21:43:21 +0200 |
| commit | 42f81016be8c55322e0dbb2c20b08812d5d2228b (patch) | |
| tree | 9dff0e0e365d0c6c663c1b081a0258d6a78d1a7b /app/helpers | |
| parent | ae29567bea75b28bd3f5655b6bf3e6444d51eb38 (diff) | |
Adopt button pills in views
Diffstat (limited to 'app/helpers')
| -rw-r--r-- | app/helpers/link_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/link_helper.rb b/app/helpers/link_helper.rb index 878e8e4..9b0b4e1 100644 --- a/app/helpers/link_helper.rb +++ b/app/helpers/link_helper.rb | |||
| @@ -44,7 +44,7 @@ module LinkHelper | |||
| 44 | "Last modified #{@page.updated_at.to_fs(:db)}" | 44 | "Last modified #{@page.updated_at.to_fs(:db)}" |
| 45 | button_to 'Unlock', unlock_node_path(@node), | 45 | button_to 'Unlock', unlock_node_path(@node), |
| 46 | method: :put, | 46 | method: :put, |
| 47 | form: { data: { confirm: message } } | 47 | form: { data: { confirm: message }, class: 'button_to state_changing' } |
| 48 | end | 48 | end |
| 49 | 49 | ||
| 50 | def content_path(page_path = nil, options = {}) | 50 | def content_path(page_path = nil, options = {}) |
