diff --git a/app/views/devise/registrations/new.html.haml b/app/views/devise/registrations/new.html.haml index 8428df1..baf8f1f 100644 --- a/app/views/devise/registrations/new.html.haml +++ b/app/views/devise/registrations/new.html.haml @@ -4,14 +4,10 @@ .container .authform.margin-bottom-30 = form_for(resource, :as => resource_name, :url => registration_path(resource_name), :html => { :role => 'form'}) do |f| - %h2 Start by signing up + %h2 Web Dev Camp has closed down permanently %p - You can read about the - =link_to "application process", page_path(:apply) - before or after. - %h5 - Next courses - = course_select.collect { |course , id| course}.join(" / ") + We hope you find a place + =link_to "elsewhere", "https://www.coursereport.com/" = devise_error_messages! .form-group diff --git a/app/views/layouts/_navigation.html.haml b/app/views/layouts/_navigation.html.haml index b2b524b..ea7a893 100644 --- a/app/views/layouts/_navigation.html.haml +++ b/app/views/layouts/_navigation.html.haml @@ -17,7 +17,7 @@ =link_to menu , slug ,class: "nav-link" -unless user_signed_in? %li.nav-item - = link_to "Apply" , page_path(:apply) , class: "nav-link" + = link_to "Closed" , page_path(:apply) , class: "nav-link" %li.nav-item = link_to "|" , page_path(:apply) , class: "nav-link" -if user_signed_in? diff --git a/app/views/pages/apply.html.haml b/app/views/pages/apply.html.haml index a60f65e..30f6ee2 100644 --- a/app/views/pages/apply.html.haml +++ b/app/views/pages/apply.html.haml @@ -90,4 +90,4 @@ .section .action.centered - =link_to "Apply now", new_user_registration_path , class: "btn btn-success btn-lg" + =link_to "Closed now", new_user_registration_path , class: "btn btn-success btn-lg" diff --git a/app/views/pages/camp.html.haml b/app/views/pages/camp.html.haml index df3e8c4..56397f2 100644 --- a/app/views/pages/camp.html.haml +++ b/app/views/pages/camp.html.haml @@ -5,7 +5,7 @@ %h1 Live in nature, learn to code .action - =link_to "Apply now", new_user_registration_path , class: "btn btn-success btn-lg" + =link_to "Closed now", new_user_registration_path , class: "btn btn-success btn-lg" .section .container @@ -81,7 +81,7 @@ %h2 Recharge your energy in between work .action - =link_to "Apply now", new_user_registration_path , class: "btn btn-success btn-lg" + =link_to "Closed now", new_user_registration_path , class: "btn btn-success btn-lg" .section .container diff --git a/app/views/pages/course.html.haml b/app/views/pages/course.html.haml index 041abb6..f76ef7d 100644 --- a/app/views/pages/course.html.haml +++ b/app/views/pages/course.html.haml @@ -561,4 +561,4 @@ Next courses = course_select.collect { |course , id| course}.join(" / ") .action - =link_to "Apply now", new_user_registration_path , class: "btn btn-success btn-lg" + =link_to "Closed now", new_user_registration_path , class: "btn btn-success btn-lg" diff --git a/app/views/pages/index.html.haml b/app/views/pages/index.html.haml index e92a836..d13c1ec 100644 --- a/app/views/pages/index.html.haml +++ b/app/views/pages/index.html.haml @@ -8,7 +8,7 @@ %h3 enjoy coding and get paid .action - =link_to "Apply now", new_user_registration_path , class: "btn btn-success btn-lg" + =link_to "Closed", new_user_registration_path , class: "btn btn-success btn-lg" .section .container @@ -132,7 +132,7 @@ %h3 Remove all distraction .action - =link_to "Apply now", new_user_registration_path , class: "btn btn-success btn-lg" + =link_to "Closed now", new_user_registration_path , class: "btn btn-success btn-lg" .section .container.space-30 @@ -177,4 +177,4 @@ 5.0 stars .col-md-12 .action.centered - =link_to "Apply now", new_user_registration_path , class: "btn btn-success btn-lg" + =link_to "Closed now", new_user_registration_path , class: "btn btn-success btn-lg"