add aspect\'s handlebar template
This commit is contained in:
parent
28b3acf36e
commit
00ef2ce1c0
1 changed files with 6 additions and 0 deletions
6
app/assets/templates/aspect_tpl.jst.hbs
Normal file
6
app/assets/templates/aspect_tpl.jst.hbs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<div class="edit">
|
||||
<a href="/aspects/{{id}}/edit" rel="facebox">
|
||||
<img alt="Pencil" src="{{imageUrl "icons/pencil.png"}}" title="Edit {{name}}">
|
||||
</a>
|
||||
</div>
|
||||
<a class="aspect_selector name" data-guid="{{id}}" href="/aspects/query"> {{name}} </a>
|
||||
Loading…
Reference in a new issue