diff --git a/app/views/projects/show.html.haml b/app/views/projects/show.html.haml
index d388f5bd..349ad4d9 100644
--- a/app/views/projects/show.html.haml
+++ b/app/views/projects/show.html.haml
@@ -5,9 +5,12 @@
- if update.kind_of? Note
%p
%strong
- = update.target.class.name.titleize
- = truncate update.target.id.to_s, :length => 10
- commented
+ - if update.target
+ = update.target.class.name.titleize
+ = truncate update.target.id.to_s, :length => 10
+ commented
+ - else
+ Project wall
–
= image_tag gravatar_icon(update.author_email), :class => "", :width => 16
= truncate dashboard_feed_title(update), :length => 50