Upgrade emblem template
This commit is contained in:
@@ -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
-1
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user