WIP
This commit is contained in:
parent
825b5b0d89
commit
f158d7a7f3
10 changed files with 105 additions and 6 deletions
9
app/templates/collections/1.hbs
Normal file
9
app/templates/collections/1.hbs
Normal file
|
@ -0,0 +1,9 @@
|
|||
<h2>Collection Detail</h2>
|
||||
|
||||
<div class="row">
|
||||
<div class="panel panel-default col-md-4">
|
||||
<div class="panel-body">
|
||||
asf
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
1
app/templates/collections/index.hbs
Normal file
1
app/templates/collections/index.hbs
Normal file
|
@ -0,0 +1 @@
|
|||
{{collections-container model=model}}
|
Loading…
Add table
Add a link
Reference in a new issue