summaryrefslogtreecommitdiff
path: root/app/views/projects/notes
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-08-09 11:49:22 -0600
committerConnor Shea <connor.james.shea@gmail.com>2016-08-09 11:49:22 -0600
commit7b96b93b12a855958f9d891624cec960e46307c7 (patch)
tree491ed6804e6ca78b7a32612cadaf85ec8def9d97 /app/views/projects/notes
parentffbba55bc822c6cd019ff6b1495335cc1426def0 (diff)
downloadgitlab-ce-7b96b93b12a855958f9d891624cec960e46307c7.tar.gz
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?