pedagogy: put report button at left and author at right

This commit is contained in:
2019-07-09 16:03:47 +02:00
parent 5229628d48
commit f37c022538
2 changed files with 36 additions and 34 deletions

View File

@ -182,9 +182,9 @@
</div>
<div class="comment-end-bar">
<p class="report"><a href="{{ url('pedagogy:comment_report', comment_id=comment.id) }}">{% trans %}Report this comment{% endtrans %}</a></p>
<div class="report"><p><a href="{{ url('pedagogy:comment_report', comment_id=comment.id) }}">{% trans %}Report this comment{% endtrans %}</a></p></div>
<p class="date">{{ comment.publish_date.strftime('%d/%m/%Y') }}</p>
<div class="date"><p>{{ comment.publish_date.strftime('%d/%m/%Y') }}</p></div>
<div class="author"><p>{{ user_profile_link(comment.author) }}</p></div>
</div>