From c0709983d7d19beeb759ea7bbba73757235778f3 Mon Sep 17 00:00:00 2001 From: Torsten Ruger Date: Sat, 23 Sep 2017 20:29:00 +0300 Subject: [PATCH] minor tweek --- app/views/applies/edit.html.haml | 2 +- app/views/devise/registrations/new.html.haml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/applies/edit.html.haml b/app/views/applies/edit.html.haml index 83affc2..3e86a51 100644 --- a/app/views/applies/edit.html.haml +++ b/app/views/applies/edit.html.haml @@ -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 diff --git a/app/views/devise/registrations/new.html.haml b/app/views/devise/registrations/new.html.haml index 4c748e0..8428df1 100644 --- a/app/views/devise/registrations/new.html.haml +++ b/app/views/devise/registrations/new.html.haml @@ -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