diff options
Diffstat (limited to 'app/helpers/system_note_helper.rb')
-rw-r--r-- | app/helpers/system_note_helper.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/helpers/system_note_helper.rb b/app/helpers/system_note_helper.rb index b45ce10a2f6..82847534d8e 100644 --- a/app/helpers/system_note_helper.rb +++ b/app/helpers/system_note_helper.rb @@ -43,7 +43,8 @@ module SystemNoteHelper 'issue_type' => 'pencil-square', 'attention_requested' => 'user', 'attention_request_removed' => 'user', - 'contact' => 'users' + 'contact' => 'users', + 'timeline_event' => 'clock' }.freeze def system_note_icon_name(note) |