diff options
author | jessib <jessib@riseup.net> | 2012-10-12 14:42:57 -0700 |
---|---|---|
committer | jessib <jessib@riseup.net> | 2012-10-12 14:42:57 -0700 |
commit | 56273c13f54a872d02db286c90a8d5103cf7a663 (patch) | |
tree | 2a093d43f09a3179d571f6f7d887a1176e5c27f7 /help/app/views/tickets/_comment.html.haml | |
parent | 336d5f786bbd1aaf1847007db64e55f96e585b9d (diff) |
more work on ticket creation/updating functionality
Diffstat (limited to 'help/app/views/tickets/_comment.html.haml')
-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 77e29b8..19e1ddf 100644 --- a/help/app/views/tickets/_comment.html.haml +++ b/help/app/views/tickets/_comment.html.haml @@ -1,4 +1,5 @@ -%div +- # style is super ugly but just for now +%div{:style => "border: solid 1px"} - if User.find(comment.posted_by) Posted by = User.find(comment.posted_by).login |