mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 04:26:41 -04:00
18 lines
No EOL
347 B
Handlebars
18 lines
No EOL
347 B
Handlebars
<span class="heading">
|
|
<a href="{{profileUrl}}">{{postAuthorName}}</a>
|
|
{{_ "has_created_a_new_post"}}:
|
|
{{#if url}}
|
|
<a href="{{linkUrl}}" class="action-link">{{postTitle}}}</a>
|
|
{{else}}
|
|
{{postTitle}}}
|
|
{{/if}}
|
|
</span><br><br>
|
|
|
|
{{#if body}}
|
|
<div class="post-body">
|
|
{{{body}}}
|
|
</div>
|
|
<br>
|
|
{{/if}}
|
|
|
|
<a href="{{postUrl}}">Discuss</a><br><br> |