remove apply buttons

This commit is contained in:
Torsten Ruger 2018-04-21 19:33:42 +03:00
parent c66e9113dd
commit 4fe530726a
6 changed files with 11 additions and 15 deletions

View File

@ -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

View File

@ -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?

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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"