Commit 0c2d915a authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Fix static class error

parent 0dbeffae
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
= image_tag avatar_icon(note.author), alt: '', class: 'avatar s40' = image_tag avatar_icon(note.author), alt: '', class: 'avatar s40'
.timeline-content .timeline-content
.note-header .note-header
%a{ href: user_path(note.author), class: 'visible-xs' } %a.visible-xs{ href: user_path(note.author) }
= note.author.to_reference = note.author.to_reference
= link_to_member(note.project, note.author, avatar: false, extra_class: 'hidden-xs') = link_to_member(note.project, note.author, avatar: false, extra_class: 'hidden-xs')
.note-headline-light .note-headline-light
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment