diff options
author | jessib <jessib@riseup.net> | 2012-10-16 15:51:35 -0700 |
---|---|---|
committer | jessib <jessib@riseup.net> | 2012-10-16 15:51:35 -0700 |
commit | 48d6c2aac9ae2bf1c140e734a576e45289c99150 (patch) | |
tree | e52e003e635ee650fbe0981dc1cb4c29c409429e /help/app/views/tickets/_comment.html.haml | |
parent | 56273c13f54a872d02db286c90a8d5103cf7a663 (diff) |
Some functional tests and other tweaks.
Diffstat (limited to 'help/app/views/tickets/_comment.html.haml')
-rw-r--r-- | help/app/views/tickets/_comment.html.haml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/help/app/views/tickets/_comment.html.haml b/help/app/views/tickets/_comment.html.haml index 19e1ddf..1ba3bd1 100644 --- a/help/app/views/tickets/_comment.html.haml +++ b/help/app/views/tickets/_comment.html.haml @@ -3,6 +3,8 @@ - if User.find(comment.posted_by) Posted by = User.find(comment.posted_by).login + - else + Unauthenticated post %p Posted at = comment.posted_at |