add aspects_list handlebar template
This commit is contained in:
parent
00ef2ce1c0
commit
62fc9880f9
1 changed files with 8 additions and 0 deletions
8
app/assets/templates/aspects-list_tpl.jst.hbs
Normal file
8
app/assets/templates/aspects-list_tpl.jst.hbs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<ul id="aspects_list" class="sub_nav">
|
||||
<a class="toggle_selector" href="#">
|
||||
Select All o no
|
||||
</a>
|
||||
<li>
|
||||
<a class="new_aspect" href="/aspects/new" rel="facebox">t('.add_an_aspect')</a>
|
||||
</li>
|
||||
</ul>
|
||||
Loading…
Reference in a new issue