ENH: Simple collection details (#27)

This commit is contained in:
Matthew Ryan Dillon 2017-09-30 21:20:00 -07:00 committed by GitHub
parent 578b8daa32
commit 09a62cf165
14 changed files with 60 additions and 29 deletions

View file

@ -0,0 +1 @@
{{collection-detail-container model=model}}

View file

@ -0,0 +1,6 @@
{{
collections-container
model=model
changePage=(action 'changePage')
onRowClick=(action 'rowClick')
}}