Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2011-10-18 16:02:05 +0400
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2011-10-18 16:02:05 +0400
commitf389db172dfc1a2cb72daca8026c99e879a9a0eb (patch)
tree7b0b34334454ebc18ab1fcd85f30700d6a842927 /app
parent3f9577f786dce82b1611ec4f2d8d6b8f9a65eb40 (diff)
dashboard lite version
Diffstat (limited to 'app')
-rw-r--r--app/views/projects/show.html.haml2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/projects/show.html.haml b/app/views/projects/show.html.haml
index b8e660d72f6..9daa44aa30c 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
- &nbsp;
= 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), "#"