add user signatures
This commit is contained in:
@ -58,7 +58,15 @@
|
||||
</div>
|
||||
<div class="post-content">
|
||||
<% if not edit then %>
|
||||
<div class="post-inner">
|
||||
<%- post.content %>
|
||||
</div>
|
||||
<% if render_sig and #post.signature_rendered > 0 then %>
|
||||
<div class="signature-container">
|
||||
<hr>
|
||||
<%- post.signature_rendered %>
|
||||
</div>
|
||||
<% end %>
|
||||
<% else %>
|
||||
<% render("views.common.babycode-editor", {
|
||||
cancel_url = post_url,
|
||||
|
Reference in New Issue
Block a user