On Fri, Nov 29, 2019 at 7:16 AM sebb <seb...@gmail.com> wrote: > > The file tasklist.html.rb has the following: > > _div.buttons do > _button.btn.btn_danger.proceed! 'proceed anyway' > _button.btn.btn_warning.cancel! 'cancel', disabled: true > end > > Why is the cancel button disabled? > There does not seem to be any code to enable it.
Odd... there is code in public/tasklist.js to handle the button being pressed. - Sam Ruby > S.