forked from public/bol
Update v11
This commit is contained in:
parent
3be7f4bf9f
commit
2e616e3e31
8
templates/item/post-item.hbs
Normal file
8
templates/item/post-item.hbs
Normal file
@ -0,0 +1,8 @@
|
||||
<div class="post-item" data-transfer="{{transfer}}">
|
||||
<h3><b>{{name}}</b></h3>
|
||||
{{#if img}}
|
||||
<img class="chat-icon" src="{{img}}" title="{{name}}" />
|
||||
{{/if}}
|
||||
<h4><b>Description : </b></h4>
|
||||
<p class="card-content">{{{system.description}}}</p>
|
||||
</div>
|
Loading…
Reference in New Issue
Block a user