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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Erasmus <jerasmus@gitlab.com>2020-02-07 05:14:59 +0300
committerEvan Read <eread@gitlab.com>2020-02-07 05:14:59 +0300
commit654d129d594807e8ffd3cde05bd75b83e201f422 (patch)
treec0a708ede0c5b7d376a7cae4e2375ed385f3267e /layouts/feedback.html
parent590d7eb66699d45d0bc791884663fefe399f6852 (diff)
Move specs `spec/javascripts/` -> `specs/frontend/`
Moved specs from `spec/javascripts/` to `specs/frontend/`
Diffstat (limited to 'layouts/feedback.html')
-rw-r--r--layouts/feedback.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/feedback.html b/layouts/feedback.html
index bd945cef..d3fead45 100644
--- a/layouts/feedback.html
+++ b/layouts/feedback.html
@@ -242,6 +242,6 @@
}
};
</script>
- <script src="<%= @items['/frontend/bundles/feedback.*'].path %>"></script>
+ <script src="<%= @items['/frontend/feedback/feedback.*'].path %>"></script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
<% end %>