stability improvement
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
h2 These are Ember settings
|
||||
h2=t 'settings.title'
|
||||
.form-row
|
||||
.form-label: label=t 'attributes.supplier.name'
|
||||
.form-field: Ember.TextField valueBinding="controller.model.name"
|
||||
.form-row
|
||||
.form-label: label=t 'attributes.supplier.email'
|
||||
.form-field: Qsupplier.App.EmailField valueBinding="controller.model.email"
|
||||
.form-field: Qsupplier.App.EmailField valueBinding="controller.model.email" classNames="supplier-email"
|
||||
/input.location_picker name="location" type="text" valueBinding="location"
|
||||
/.form-row
|
||||
.location_picker_map
|
||||
@@ -37,4 +37,4 @@ if editIensProfile
|
||||
= image_tag 'supplier/settings/iens-example.png'
|
||||
span=t "settings.reviews.explanation"
|
||||
.form-row.form-actions
|
||||
button.button{action 'saveSettings'} Save settings
|
||||
button.button.submit-supplier-settings{action 'saveSettings'}=t 'settings.save'
|
||||
|
||||
Reference in New Issue
Block a user