diff --git a/conservancy/usethesource/templates/usethesource/comment_partial.html b/conservancy/usethesource/templates/usethesource/comment_partial.html index c0af28d60d86658dff16752cc4c7cd30035712ea..6e8b7d595755fcc739af7db3adea583628303ec5 100644 --- a/conservancy/usethesource/templates/usethesource/comment_partial.html +++ b/conservancy/usethesource/templates/usethesource/comment_partial.html @@ -1,7 +1,10 @@ -
{% if comment.attribute_to %}{{ comment.attribute_to }}{% else %}{{ comment.user }}{% endif %} — {{ comment.time }} - {% if user.is_staff %} - edit - delete - {% endif %} -
{{ comment.message|urlize|linebreaksbr }} +
+
+ {% if comment.attribute_to %}{{ comment.attribute_to }}{% else %}{{ comment.user }}{% endif %} — {{ comment.time }} + {% if user.is_staff %} + edit + delete + {% endif %} +
+ {{ comment.message|urlize|linebreaksbr }}