Commit dbd69d1d0e1c084f79f6955828c1dc4a63a7908c

Authored by gitlabhq
1 parent b0f216ba

dashboard lite version

Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
app/views/projects/show.html.haml
@@ -26,8 +26,6 @@ @@ -26,8 +26,6 @@
26 = noteable_link(item[0], item[1], @project) 26 = noteable_link(item[0], item[1], @project)
27 - notes.each do |note| 27 - notes.each do |note|
28 %div.message 28 %div.message
29 - .span-2  
30 -    
31 = image_tag gravatar_icon(note.author.email), :class => "left", :width => 40, :style => "padding-right:5px;" 29 = image_tag gravatar_icon(note.author.email), :class => "left", :width => 40, :style => "padding-right:5px;"
32 %p{:style => "margin-bottom: 3px;"} 30 %p{:style => "margin-bottom: 3px;"}
33 = link_to truncate(note.note, :length => 50), "#" 31 = link_to truncate(note.note, :length => 50), "#"