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:
authorConnor Shea <connor.james.shea@gmail.com>2016-08-09 20:49:22 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-08-09 20:49:22 +0300
commit7b96b93b12a855958f9d891624cec960e46307c7 (patch)
tree491ed6804e6ca78b7a32612cadaf85ec8def9d97 /app/views/projects/notes
parentffbba55bc822c6cd019ff6b1495335cc1426def0 (diff)
Replace CSS border'd check icon with real icon.
Diffstat (limited to 'app/views/projects/notes')
-rw-r--r--app/views/projects/notes/_note.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/notes/_note.html.haml b/app/views/projects/notes/_note.html.haml
index 17c5ef18cd9..d2ac1ce2b9a 100644
--- a/app/views/projects/notes/_note.html.haml
+++ b/app/views/projects/notes/_note.html.haml
@@ -46,7 +46,7 @@
"v-show" => "!loading",
"v-el:button" => true }
- = icon("check")
+ = render "shared/icons/icon_status_success.svg"
- if current_user
- if note.emoji_awardable?