diff --git a/pagure/templates/_formhelper.html b/pagure/templates/_formhelper.html index b591b39..e8f33f2 100644 --- a/pagure/templates/_formhelper.html +++ b/pagure/templates/_formhelper.html @@ -130,31 +130,31 @@
- {% if comment.edited_on %} - Edited {{ comment.edited_on | humanize }} by {{ comment.editor.username }} - {% endif %} -
-
- - - - - - - {% if id != 0 and g.fas_user and ( - (comment.parent.status in [True, 'Open'] and g.fas_user.username == comment.user.username) - or repo_admin) %} - - {% endif %} -
+ {% if comment.edited_on %} + Edited {{ comment.edited_on | humanize }} by {{ comment.editor.username }} + {% endif %} +
+
+ + + + + + + {% if id != 0 and g.fas_user and ( + (comment.parent.status in [True, 'Open'] and g.fas_user.username == comment.user.username) + or repo_admin) %} + + {% endif %}
+
{% endmacro %}