diff --git a/app/views/problems/show.html.haml b/app/views/problems/show.html.haml
index dd58527..fb4fbab 100644
--- a/app/views/problems/show.html.haml
+++ b/app/views/problems/show.html.haml
@@ -34,11 +34,10 @@
%span.comment-info
= time_ago_in_words(comment.created_at, true) << " ago by "
= link_to comment.user.email, user_path(comment.user)
- %span.delete= link_to '✘'.html_safe, app_problem_comment_path(@app, @problem, comment), :method => :delete, :data => { :confirm => "Are sure you don't need this comment?" }, :class => "destroy-comment"
- else
%span.comment-info
= time_ago_in_words(comment.created_at, true) << " ago by [Unknown User]"
- %span.delete= link_to '✘'.html_safe, app_problem_comment_path(@app, @problem, comment), :method => :delete, :data => { :confirm => "Are sure you don't need this comment?" }, :class => "destroy-comment"
+ %span.delete= link_to '✘'.html_safe, app_problem_comment_path(@app, @problem, comment), :method => :delete, :data => { :confirm => "Are sure you don't need this comment?" }, :class => "destroy-comment"
%tr
%td= simple_format comment.body
- if @problem.comments_allowed?
--
libgit2 0.21.2