From dbd69d1d0e1c084f79f6955828c1dc4a63a7908c Mon Sep 17 00:00:00 2001 From: gitlabhq Date: Tue, 18 Oct 2011 15:02:05 +0300 Subject: [PATCH] dashboard lite version --- app/views/projects/show.html.haml | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/views/projects/show.html.haml b/app/views/projects/show.html.haml index b8e660d72..9daa44aa3 100644 --- a/app/views/projects/show.html.haml +++ b/app/views/projects/show.html.haml @@ -26,8 +26,6 @@ = noteable_link(item[0], item[1], @project) - notes.each do |note| %div.message - .span-2 -   = image_tag gravatar_icon(note.author.email), :class => "left", :width => 40, :style => "padding-right:5px;" %p{:style => "margin-bottom: 3px;"} = link_to truncate(note.note, :length => 50), "#" -- 2.11.0