diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-02-07 13:34:41 -0600 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-02-07 13:34:41 -0600 |
commit | 0c2d915a7180a0450aa73473361d15b572f19ab9 (patch) | |
tree | 174e8137bec1eed2f871ee892748970b8e0db46e /app/views | |
parent | 0dbeffae7556a32c00536a441fc81860232621d4 (diff) | |
download | gitlab-ce-0c2d915a7180a0450aa73473361d15b572f19ab9.tar.gz |
Fix static class error25134-mobile-issue-view-doesn-t-show-organization-membership
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/projects/notes/_note.html.haml | 2 |
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 |