This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 50974e3 Does not make sense to disable cancel button
50974e3 is described below
commit 50974e361658d284a51914d6581ed57136d54e20
Author: Sebb <[email protected]>
AuthorDate: Sun Dec 1 23:11:07 2019 +0000
Does not make sense to disable cancel button
---
www/secretary/workbench/views/tasklist.html.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/secretary/workbench/views/tasklist.html.rb
b/www/secretary/workbench/views/tasklist.html.rb
index a79ea06..51afe0e 100644
--- a/www/secretary/workbench/views/tasklist.html.rb
+++ b/www/secretary/workbench/views/tasklist.html.rb
@@ -44,7 +44,7 @@ _html do
_div.buttons do
_button.btn.btn_danger.proceed! 'proceed anyway'
- _button.btn.btn_warning.cancel! 'cancel', disabled: true
+ _button.btn.btn_warning.cancel! 'cancel'
end
_script %{