Fixes #3674: Include comments on PowerFeed view

This commit is contained in:
Jeremy Stretch
2019-11-06 09:26:49 -05:00
parent beaa44f4c8
commit 43b5439f5d
2 changed files with 18 additions and 0 deletions

View File

@@ -121,6 +121,18 @@
</tr>
</table>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<strong>Comments</strong>
</div>
<div class="panel-body rendered-markdown">
{% if powerfeed.comments %}
{{ powerfeed.comments|gfm }}
{% else %}
<span class="text-muted">None</span>
{% endif %}
</div>
</div>
</div>
<div class="col-md-6">
<div class="panel panel-default">