Minor fixes
This commit is contained in:
7
templates/chat-perk-activated.html
Normal file
7
templates/chat-perk-activated.html
Normal file
@ -0,0 +1,7 @@
|
||||
<div class="post-item" data-transfer="{{transfer}}">
|
||||
<h3><b>{{name}}</b></h3>
|
||||
{{#if img}}
|
||||
<img class="chat-img" src="{{img}}" title="{{name}}" />
|
||||
{{/if}}
|
||||
<div>{{name}} has just activated the Perk: {{perk.name}}.</div>
|
||||
</div>
|
Reference in New Issue
Block a user