summaryrefslogtreecommitdiff
path: root/app/views/projects/repositories/_feed.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-30 11:35:40 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-30 11:35:40 +0300
commitf438bd415ffc4405c2e81360a92ffaf907cd87ad (patch)
tree6543a5114236effcba0dc3f4ac307b7d33d65cc3 /app/views/projects/repositories/_feed.html.haml
parent0904cc485c23385e4ac0628ddce5e1c842909af4 (diff)
parentd9c02f30e56592986b98bcbf8e7c1abd712b696f (diff)
downloadgitlab-ce-f438bd415ffc4405c2e81360a92ffaf907cd87ad.tar.gz
Merge branch 'master' into 6-0-dev
Conflicts: app/controllers/admin/teams/projects_controller.rb app/views/team_members/_team_member.html.haml app/views/teams/members/_member.html.haml
Diffstat (limited to 'app/views/projects/repositories/_feed.html.haml')
-rw-r--r--app/views/projects/repositories/_feed.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/repositories/_feed.html.haml b/app/views/projects/repositories/_feed.html.haml
index 6bb75265ffb..faa3ed1746c 100644
--- a/app/views/projects/repositories/_feed.html.haml
+++ b/app/views/projects/repositories/_feed.html.haml
@@ -11,7 +11,7 @@
%div
= link_to project_commits_path(@project, commit.id) do
%code= commit.short_id
- = image_tag gravatar_icon(commit.author_email), class: "", width: 16
+ = image_tag gravatar_icon(commit.author_email), class: "", width: 16, alt: ''
= gfm escape_once(truncate(commit.title, length: 40))
%td
%span.pull-right.cgray