Added Send to chat to JournalEntry
This commit is contained in:
10
system/templates/journal/journal-text.html
Normal file
10
system/templates/journal/journal-text.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<div class="{{cssClass}}" data-actor-id="{{actor.data._id}}" data-item-id="{{data._id}}">
|
||||
<header class="card-header">
|
||||
<h2 class="item-name">
|
||||
{{#if data.img}}<img src="{{data.img}}" title="{{data.name}}" />{{/if}} {{data.name}}
|
||||
</h2>
|
||||
</header>
|
||||
<section class="sheet-body">
|
||||
<p>{{{data.content}}}</p>
|
||||
</section>
|
||||
</div>
|
||||
Reference in New Issue
Block a user