diff options
| -rw-r--r-- | help/app/views/tickets/_comment.html.haml | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/help/app/views/tickets/_comment.html.haml b/help/app/views/tickets/_comment.html.haml index 26794dc..1d8ee41 100644 --- a/help/app/views/tickets/_comment.html.haml +++ b/help/app/views/tickets/_comment.html.haml @@ -6,7 +6,8 @@          = 'Posted by' + (commenter.is_admin? ? ' admin' : '') + ':'        = commenter.login      - else -      Unauthenticated post +      %b +        Unauthenticated post      .pull-right        %b          Posted at: | 
