summaryrefslogtreecommitdiff
path: root/app/views/shared/snippets/_snippet.html.haml
diff options
context:
space:
mode:
authorMarin Jankovski <marin@gitlab.com>2018-02-08 12:47:14 +0000
committerMarin Jankovski <marin@gitlab.com>2018-02-08 12:47:14 +0000
commit6ea755fa45406cf31ac8243354c1bb833b60b79b (patch)
tree58aabe6558881b9ca2e9785a8b9bd735979b4930 /app/views/shared/snippets/_snippet.html.haml
parent1afbd96d56e93629994fabec4e0383ca8fd1b9d2 (diff)
parent7e424eb852716495073881710e8a8851b4a4cd5a (diff)
downloadgitlab-ce-6ea755fa45406cf31ac8243354c1bb833b60b79b.tar.gz
Merge branch '2018-02-08-ce-cut-off-to-10-5-stable' into '10-5-stable'
Update 10-5-stable to freeze point See merge request gitlab-org/gitlab-ce!16993
Diffstat (limited to 'app/views/shared/snippets/_snippet.html.haml')
-rw-r--r--app/views/shared/snippets/_snippet.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/snippets/_snippet.html.haml b/app/views/shared/snippets/_snippet.html.haml
index 7388f20a9fd..57b445321e2 100644
--- a/app/views/shared/snippets/_snippet.html.haml
+++ b/app/views/shared/snippets/_snippet.html.haml
@@ -1,7 +1,7 @@
- link_project = local_assigns.fetch(:link_project, false)
%li.snippet-row
- = image_tag avatar_icon(snippet.author_email), class: "avatar s40 hidden-xs", alt: ''
+ = image_tag avatar_icon(snippet.author), class: "avatar s40 hidden-xs", alt: ''
.title
= link_to reliable_snippet_path(snippet) do