Use cms page for signup
This commit is contained in:
@@ -1,15 +1,6 @@
|
||||
h1.page-title= t 'devise.registrations.title'
|
||||
h1.page-title== @page.title
|
||||
.row
|
||||
.small-12.columns
|
||||
ul
|
||||
li Its free!
|
||||
li
|
||||
span To try do the following
|
||||
ul
|
||||
li Create and setup a restaurant account
|
||||
li Open the qr codes page displaying the qr-codes of your created tables
|
||||
li Download the app on your phone to test as a user
|
||||
li Scan a qr-code from you restaurant screen with your phone, and you can test ordering products!!!
|
||||
.small-12.columns== @page.body
|
||||
.row
|
||||
.large-8.large-offset-1.columns
|
||||
= form_for @new_supplier do |f|
|
||||
@@ -38,4 +29,6 @@ h1.page-title= t 'devise.registrations.title'
|
||||
.form-actions
|
||||
= f.submit class: 'button'
|
||||
|
||||
.row
|
||||
.small-12.columns== @page.footer
|
||||
= render "devise/links", resource_name: :employee
|
||||
|
||||
Reference in New Issue
Block a user