diff --git a/app/assets/javascripts/templates/registration/about.html.haml b/app/assets/javascripts/templates/registration/about.html.haml index 1d6363c0c8..26d0c8e9f5 100644 --- a/app/assets/javascripts/templates/registration/about.html.haml +++ b/app/assets/javascripts/templates/registration/about.html.haml @@ -32,4 +32,4 @@ %input.chunky.small-12.columns{ id: 'enterprise_acn', placeholder: "eg. 123 456 789", ng: { model: 'enterprise.acn' } } .row.buttons .small-12.columns - %input.button.primary.right{ type: "button", value: "Continue", ng: { click: "select('images')" } } \ No newline at end of file + %input.button.primary.right{ type: "button", value: "Continue", ng: { click: "select('social')" } } \ No newline at end of file diff --git a/app/assets/javascripts/templates/registration/social.html.haml b/app/assets/javascripts/templates/registration/social.html.haml index 32ffb75c1a..c66e4422bd 100644 --- a/app/assets/javascripts/templates/registration/social.html.haml +++ b/app/assets/javascripts/templates/registration/social.html.haml @@ -4,8 +4,30 @@ %h5 How can people find {{ enterprise.name }} online? %ng-include{ src: "'registration/steps.html'" } .row.content + .small-12.large-7.columns + .row + .small-12.columns + %label{ for: 'enterprise_website' } Website: + %input.chunky.small-12.columns{ id: 'enterprise_website', placeholder: "eg. openfoodnetwork.org.au", ng: { model: 'enterprise.website' } } + .row + .small-12.columns + %label{ for: 'enterprise_facebook' } Facebook: + %input.chunky.small-12.columns{ id: 'enterprise_facebook', placeholder: "eg. www.facebook.com/PageNameHere", ng: { model: 'enterprise.facebook' } } + .row + .small-12.columns + %label{ for: 'enterprise_linkedin' } LinkedIn: + %input.chunky.small-12.columns{ id: 'enterprise_linkedin', placeholder: "eg. www.linkedin.com/YourNameHere", ng: { model: 'enterprise.linkedin' } } + .small-12.large-5.columns + .row + .small-12.columns + %label{ for: 'enterprise_twitter' } Twitter: + %input.chunky.small-12.columns{ id: 'enterprise_twitter', placeholder: "eg. @twitter_handle", ng: { model: 'enterprise.twitter' } } + .row + .small-12.columns + %label{ for: 'enterprise_instagram' } Instagram: + %input.chunky.small-12.columns{ id: 'enterprise_instagram', placeholder: "eg. @instagram_handle", ng: { model: 'enterprise.instagram' } } .row.buttons .small-12.columns - %input.button.primary.left{ type: "button", value: "Back", ng: { click: "select('images')" } } + %input.button.primary.left{ type: "button", value: "Back", ng: { click: "select('about')" } } %input.button.primary.right{ type: "button", value: "Continue", ng: { click: "select('finished')" } } \ No newline at end of file