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:
authorJames Edwards-Jones <jamedjo@gmail.com>2017-03-14 03:52:23 +0300
committerJames Edwards-Jones <jamedjo@gmail.com>2017-03-14 03:52:23 +0300
commitd48dda3c2ddbd260a828a1145f22834846353bc5 (patch)
treef25a440d18312c869475f0f675f3b27f3c807ac6 /app/views/shared/_issuable_meta_data.html.haml
parent4b4e1f0455fdf4483573a23e74a33e46c6564be1 (diff)
Fix 'ExecJS disabled' error on issues index
Occurred in production when an issue had an associated MR
Diffstat (limited to 'app/views/shared/_issuable_meta_data.html.haml')
-rw-r--r--app/views/shared/_issuable_meta_data.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/_issuable_meta_data.html.haml b/app/views/shared/_issuable_meta_data.html.haml
index 66310da5cd6..1d4fd71522d 100644
--- a/app/views/shared/_issuable_meta_data.html.haml
+++ b/app/views/shared/_issuable_meta_data.html.haml
@@ -6,7 +6,7 @@
- if issuable_mr > 0
%li
- = image_tag('icon-merge-request-unmerged', class: 'icon-merge-request-unmerged')
+ = image_tag('icon-merge-request-unmerged.svg', class: 'icon-merge-request-unmerged')
= issuable_mr
- if upvotes > 0