mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-25 20:46:12 +10:00
Merge branch 'system-note-commented' into 'master'
Removed commented text from system notes  See merge request !3836
This commit is contained in:
committed by
Yorick Peterse
parent
316a6b3ba1
commit
808038be36
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user