minor tweek

This commit is contained in:
Torsten Ruger 2017-09-23 20:29:00 +03:00
parent 9d9fb46e57
commit c0709983d7
2 changed files with 2 additions and 2 deletions

View File

@ -28,4 +28,4 @@
= ext_link "Payment Policy" , page_path(:payment)
and the
= ext_link "House Rules" , page_path(:rules)
= f.button :submit , "Create Application" , class: "btn btn-primary"
= f.button :submit , "Create Application" , class: "btn btn-primary" , disabled: true , "aria-disabled" => true

View File

@ -39,4 +39,4 @@
By pressing 'Start' i agree to the
=ext_link "privacy policy" , page_path(:privacy)
and accept the processing of my personal data accordingly
= f.submit 'Start', :class => 'btn btn-success'
= f.submit 'Start', :class => 'btn btn-success' , disabled: true , "aria-disabled" => true