Merge branch 'system-note-commented' into 'master'
Removed commented text from system notes ![Screen_Shot_2016-04-20_at_14.49.22](/uploads/b1617af49cc35595afd6dfcf761a775c/Screen_Shot_2016-04-20_at_14.49.22.png) See merge request !3836
This commit is contained in:
commit
1ec203a98f
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,9 @@
|
|||
.note-header
|
||||
= link_to_member(note.project, note.author, avatar: false)
|
||||
.inline.note-headline-light
|
||||
= "#{note.author.to_reference} commented"
|
||||
= "#{note.author.to_reference}"
|
||||
- if !note.system
|
||||
commented
|
||||
%a{ href: "##{dom_id(note)}" }
|
||||
= time_ago_with_tooltip(note.created_at, placement: 'bottom', html_class: 'note-created-ago')
|
||||
.note-actions
|
||||
|
|
Loading…
Reference in a new issue