stability improvement

This commit is contained in:
2014-07-28 17:33:40 +02:00
parent 48e1850200
commit 7443d3b08b
12 changed files with 67 additions and 14 deletions
@@ -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'