Use settings-form class for settings form
This commit is contained in:
parent
bcf5ac50c5
commit
fc21c46579
|
@ -68,6 +68,7 @@ Ember.Handlebars.registerHelper('settings-form', (path, options) ->
|
||||||
template: options.fn
|
template: options.fn
|
||||||
controller: this
|
controller: this
|
||||||
settingsPath: path
|
settingsPath: path
|
||||||
|
classNames: ['settings-form']
|
||||||
)
|
)
|
||||||
|
|
||||||
delete options.fn
|
delete options.fn
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
form
|
.settings-form
|
||||||
margin: 20px
|
margin: 20px
|
||||||
|
|
||||||
p.short-settings-element
|
p.short-settings-element
|
||||||
|
|
Loading…
Reference in New Issue
Block a user