From 13a38c9d18e058e1136d8fc2fdfb23393caf9078 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Mon, 18 May 2015 14:36:35 +0200 Subject: [PATCH] Revert "Add new line between comment author and creation time in the detail views" This reverts commit 229e266daf4d57a1052ff69ecb132575bcd40941. The new line does not help for improving the layout but makes it more confusing. --- .../views/scripts/show/components/comments.phtml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/modules/monitoring/application/views/scripts/show/components/comments.phtml b/modules/monitoring/application/views/scripts/show/components/comments.phtml index d883378ba..99c735dd4 100644 --- a/modules/monitoring/application/views/scripts/show/components/comments.phtml +++ b/modules/monitoring/application/views/scripts/show/components/comments.phtml @@ -44,11 +44,7 @@ foreach ($object->comments as $comment) { ?> - - escape($comment->author) ?> -
- timeAgo($comment->timestamp) ?> - + escape($comment->author); ?> (timeAgo($comment->timestamp); ?>)