summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-02-07 13:34:41 -0600
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-02-07 13:34:41 -0600
commit0c2d915a7180a0450aa73473361d15b572f19ab9 (patch)
tree174e8137bec1eed2f871ee892748970b8e0db46e
parent0dbeffae7556a32c00536a441fc81860232621d4 (diff)
downloadgitlab-ce-25134-mobile-issue-view-doesn-t-show-organization-membership.tar.gz
-rw-r--r--app/views/projects/notes/_note.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/notes/_note.html.haml b/app/views/projects/notes/_note.html.haml
index 4272a13c887..4b1da9c73e5 100644
--- a/app/views/projects/notes/_note.html.haml
+++ b/app/views/projects/notes/_note.html.haml
@@ -9,7 +9,7 @@
= image_tag avatar_icon(note.author), alt: '', class: 'avatar s40'
.timeline-content
.note-header
- %a{ href: user_path(note.author), class: 'visible-xs' }
+ %a.visible-xs{ href: user_path(note.author) }
= note.author.to_reference
= link_to_member(note.project, note.author, avatar: false, extra_class: 'hidden-xs')
.note-headline-light