Upgrade emblem template

This commit is contained in:
2015-08-28 19:09:11 +02:00
parent eca4a23c64
commit afb7687b93
14 changed files with 44 additions and 32 deletions
@@ -2,7 +2,7 @@
LOG_TRANSITIONS: true
LOG_VIEW_LOOKUPS: true
rootElement: '#ember-app-container'
store: -> @__container__.lookup('controller:application').store
store: -> @__container__.lookup('service:store')
@App.modals = Ember.Namespace.create()
@Modals = @App.modals
@@ -1,6 +1,6 @@
App.MySelectComponent = Ember.Component.extend
# possible passed-in values with their defaults:
layoutName: 'supplier/app/form/my-select'
layoutName: 'form/my-select'
content: null
prompt: null
optionValuePath: 'id'
@@ -1,4 +1,4 @@
App.ListOrderComponent = Ember.Component.extend
layoutName: 'lists/list-order'
layoutName: 'list/order'
classNames: ['list-order-container']
classNameBindings: ['order.state']
@@ -1,5 +1,5 @@
.row: .small-12.columns
h2.main-section-header=t 'models.list'
partial "list_content"
partial "list/content"
link-to 'lists' class="button"
span=t 'list.go_to_lists'