merge-requests/6/head
bug_creator 3 years ago
parent 86d4002bba
commit 55d6dbe8a6

@ -4,7 +4,7 @@
<div class="comment-content col-sm-12"> <div class="comment-content col-sm-12">
{% if comment.is_anonymous %} {% if comment.is_anonymous %}
<div class="comment-footer"> <div class="comment-footer text-left">
<span class="comment-thumbnail"> <span class="comment-thumbnail">
<span class="head-photo"> <span class="head-photo">
<img class="img-rounded profile-thumbnail" src="{{ url_for('static',filename='Image/anonymous.png') }}" alt="avatar" style="width: 25px; height: 25px"> <img class="img-rounded profile-thumbnail" src="{{ url_for('static',filename='Image/anonymous.png') }}" alt="avatar" style="width: 25px; height: 25px">
@ -14,7 +14,7 @@
<span class="comment-date">{{ moment(comment.timestamp).fromNow() }}</span> <span class="comment-date">{{ moment(comment.timestamp).fromNow() }}</span>
</div> </div>
{% else %} {% else %}
<div class="comment-footer"> <div class="comment-footer text-left">
<span class="comment-thumbnail"> <span class="comment-thumbnail">
<a href="{{ url_for('.user', username=comment.author.username) }}"> <a href="{{ url_for('.user', username=comment.author.username) }}">
{% if comment.author.avatar_img %} {% if comment.author.avatar_img %}
@ -60,7 +60,7 @@
<div class="comment-body"> <div class="comment-body text-left">
{{ comment.body }} {{ comment.body }}
<div class="footer"> <div class="footer">

Binary file not shown.
Loading…
Cancel
Save