mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Cleanupm markup
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
.container#registration-about
|
||||
.row.header
|
||||
.header
|
||||
%h2 Nice one!
|
||||
%h5 Now let's flesh out the details about {{ enterprise.name }}.
|
||||
%ng-include{ src: "'registration/steps.html'" }
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
.container#registration-address
|
||||
.row.header
|
||||
.header
|
||||
%h2 Hi there, {{ enterprise.name }}
|
||||
%h5 Now we need to know where you are:
|
||||
%ng-include{ src: "'registration/steps.html'" }
|
||||
@@ -37,6 +37,7 @@
|
||||
%input{ type: 'checkbox', id: 'enterprise_on_map', ng: { model: 'enterprise.on_map' } }
|
||||
Blur my location on the map (show an approximate, not exact pin)
|
||||
.row.buttons
|
||||
.small-12.columns
|
||||
%input.button.primary.left{ type: "button", value: "Back", ng: { click: "select('details')" } }
|
||||
.small-12.medium-6.columns
|
||||
%input.button.secondary{ type: "button", value: "Back", ng: { click: "select('details')" } }
|
||||
.small-12.medium-6.columns
|
||||
%input.button.primary.right{ type: "button", value: "Continue", ng: { click: "select('contact')" } }
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
.container#registration-contact
|
||||
.row.header
|
||||
.header
|
||||
%h2 Last step to create your enterprise!
|
||||
%h5 Who is responsible for managing {{ enterprise.name }}?
|
||||
%ng-include{ src: "'registration/steps.html'" }
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
.container#registration-finished
|
||||
.row.header
|
||||
.header
|
||||
%h2 Well done!
|
||||
%h5 You have successfully completed the profile for {{ enterprise.name }}!
|
||||
.row.content{ style: 'text-align: center'}
|
||||
.content{ style: 'text-align: center'}
|
||||
%h3 Why not check it out on the Open Food Network?
|
||||
%a.button.primary{ type: "button", href: "/map" } Go to Map Page >
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
.container#registration-images
|
||||
.row.header
|
||||
.header
|
||||
%h2 Thanks!
|
||||
%h5 Let's upload some pretty pictures so your profile looks great! :)
|
||||
%ng-include{ src: "'registration/steps.html'" }
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%div
|
||||
.row.header
|
||||
.header
|
||||
%h2 Hi there!
|
||||
%h4 This wizard will step you through creating a profile
|
||||
.row
|
||||
@@ -33,7 +33,7 @@
|
||||
%li
|
||||
%i.ofn-i_040-hub
|
||||
A pin on the OFN map
|
||||
|
||||
.row
|
||||
.small-12.columns
|
||||
%hr
|
||||
%input.button.primary{ type: "button", value: "Let's get started!", ng: { click: "select('details')" } }
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
.container#registration-social
|
||||
.row.header
|
||||
.header
|
||||
%h2 Last step!
|
||||
%h5 How can people find {{ enterprise.name }} online?
|
||||
%ng-include{ src: "'registration/steps.html'" }
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
.row#progress-bar
|
||||
.small-12.medium-2.columns.item{ ng: { repeat: 'step in steps', class: "{active: (currentStep() == step),'show-for-medium-up': (currentStep() != step)}" } }
|
||||
{{ step }}
|
||||
{{ $index+1 + ". " + step }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user