ENH: Simple collection details (#27)
This commit is contained in:
parent
578b8daa32
commit
09a62cf165
14 changed files with 60 additions and 29 deletions
1
app/templates/collections/detail.hbs
Normal file
1
app/templates/collections/detail.hbs
Normal file
|
@ -0,0 +1 @@
|
|||
{{collection-detail-container model=model}}
|
6
app/templates/collections/index.hbs
Normal file
6
app/templates/collections/index.hbs
Normal file
|
@ -0,0 +1,6 @@
|
|||
{{
|
||||
collections-container
|
||||
model=model
|
||||
changePage=(action 'changePage')
|
||||
onRowClick=(action 'rowClick')
|
||||
}}
|
Loading…
Add table
Add a link
Reference in a new issue