MAINT: Structural cleanup (#41)
This commit is contained in:
parent
f41f4caccd
commit
695eb65806
15 changed files with 12 additions and 13 deletions
|
@ -6,7 +6,6 @@
|
|||
{{#link-to 'index' tagName='li' href=false}}
|
||||
{{link-to 'Overview' 'index'}}
|
||||
{{/link-to}}
|
||||
<li><a href="#">Experiments</a></li>
|
||||
{{#link-to 'collections' tagName='li' href=false}}
|
||||
{{link-to 'Collections' 'collections'}}
|
||||
{{/link-to}}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{{
|
||||
collection-create-container
|
||||
collection/create-container
|
||||
model=model
|
||||
validations=CollectionValidations
|
||||
projectOptions=projectOptions
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{{
|
||||
collection-create-container
|
||||
collection/create-container
|
||||
model=model
|
||||
validations=CollectionValidations
|
||||
projectOptions=projectOptions
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{{
|
||||
collection-detail-container
|
||||
collection/detail-container
|
||||
model=model
|
||||
editCollection=(action 'editCollection')
|
||||
}}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{{
|
||||
collections-container
|
||||
collection/list-container
|
||||
model=model
|
||||
changePage=(action 'changePage')
|
||||
onRowClick=(action 'rowClick')
|
||||
|
|
|
@ -1 +1 @@
|
|||
|
||||
TBA
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue