Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-04-07 04:31:08 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-04-07 04:31:08 +0300
commit558cdc9f2fbd1ce87da396cea93c4a814227b36a (patch)
treed6d213b06fe70f92fdeaf4a29fbc4254a99c4169 /app/views/events
parent496208c9bdfcdad685183afa36ad2173357c18da (diff)
parent31672df34e673a0eba6aa61bf5de6939d210b397 (diff)
Merge branch '24784-mr-system-notes' into 'master'
View helpful system note in comment threads Closes #24784 See merge request !10503
Diffstat (limited to 'app/views/events')
-rw-r--r--app/views/events/event/_common.html.haml2
-rw-r--r--app/views/events/event/_note.html.haml2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/events/event/_common.html.haml b/app/views/events/event/_common.html.haml
index 2a98e58a03a..c0c11d00519 100644
--- a/app/views/events/event/_common.html.haml
+++ b/app/views/events/event/_common.html.haml
@@ -7,7 +7,7 @@
= custom_icon("icon_status_closed")
- else
.profile-icon.fork-icon
- = custom_icon("code_fork")
+ = custom_icon("icon_code_fork")
.event-title
%span{ class: event.action_name }
diff --git a/app/views/events/event/_note.html.haml b/app/views/events/event/_note.html.haml
index 603bed6d705..cbcfe0ff71f 100644
--- a/app/views/events/event/_note.html.haml
+++ b/app/views/events/event/_note.html.haml
@@ -1,5 +1,5 @@
.profile-icon
- = custom_icon("comment_o")
+ = custom_icon("icon_comment_o")
.event-title
= event.action_name