mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Change class name for big button; change labels for submit buttons
This commit is contained in:
@@ -47,10 +47,11 @@
|
||||
You want to use OFN as a place for people to find and contact you.
|
||||
.row
|
||||
.sixteen.columns.alpha
|
||||
.admin-cta
|
||||
%span.error{ ng: { show: "(change_type.sells.$error.pattern || change_type.sells.$error.pattern) && submitted" } }
|
||||
Please choose one of the options above.
|
||||
- if @enterprise.sells == 'unspecified'
|
||||
%input.big_button{ type: 'submit', value: 'Next', ng: { click: "submit(change_type)" } }
|
||||
- else
|
||||
%input.big_button{ type: 'submit', value: 'Change Type', ng: { click: "submit(change_type)" } }
|
||||
%span.error{ ng: { show: "(change_type.sells.$error.pattern || change_type.sells.$error.pattern) && submitted" } }
|
||||
Please choose one of the options above.
|
||||
- if @enterprise.sells == 'unspecified'
|
||||
%input.button.big{ type: 'submit', value: 'Select and continue', ng: { click: "submit(change_type)" } }
|
||||
- else
|
||||
%input.button.big{ type: 'submit', value: 'Change now', ng: { click: "submit(change_type)" } }
|
||||
%br
|
||||
%hr
|
||||
|
||||
Reference in New Issue
Block a user