From 229e266daf4d57a1052ff69ecb132575bcd40941 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 15 Apr 2015 15:40:40 +0200 Subject: [PATCH] Add new line between comment author and creation time in the detail views refs #6778 --- .../views/scripts/show/components/comments.phtml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/monitoring/application/views/scripts/show/components/comments.phtml b/modules/monitoring/application/views/scripts/show/components/comments.phtml index bf42db4db..32253194c 100644 --- a/modules/monitoring/application/views/scripts/show/components/comments.phtml +++ b/modules/monitoring/application/views/scripts/show/components/comments.phtml @@ -44,7 +44,11 @@ foreach ($object->comments as $comment) { ?> - escape($comment->author); ?> (timeAgo($comment->timestamp); ?>) + + escape($comment->author) ?> +
+ timeAgo($comment->timestamp) ?> +