summaryrefslogtreecommitdiff
path: root/app/helpers
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-09-09 21:19:05 +0000
committerStan Hu <stanhu@gmail.com>2018-09-09 21:19:05 +0000
commit30227f8e8c277f755ac691d7705e503848f76395 (patch)
treebae4080362ef99c1cc455d1c9af2dfe2d3a21639 /app/helpers
parent3fe14f935ca7b68585c6df5458d2070bbff051f7 (diff)
parent997dda50f4567cf218df80c0fd5fe64afb18bf2e (diff)
downloadgitlab-ce-30227f8e8c277f755ac691d7705e503848f76395.tar.gz
Merge branch '38208-due-dates-system-notes' into 'master'
Add system note when due date is changed Closes #38208 See merge request gitlab-org/gitlab-ce!21628
Diffstat (limited to 'app/helpers')
-rw-r--r--app/helpers/system_note_helper.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/helpers/system_note_helper.rb b/app/helpers/system_note_helper.rb
index 5b4a141dbcf..b0826e23e31 100644
--- a/app/helpers/system_note_helper.rb
+++ b/app/helpers/system_note_helper.rb
@@ -21,7 +21,8 @@ module SystemNoteHelper
'outdated' => 'pencil-square',
'duplicate' => 'issue-duplicate',
'locked' => 'lock',
- 'unlocked' => 'lock-open'
+ 'unlocked' => 'lock-open',
+ 'due_date' => 'calendar'
}.freeze
def system_note_icon_name(note)