summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorJacob Schatz <jschatz1@gmail.com>2018-02-07 15:39:54 -0500
committerJacob Schatz <jacobschatz@MacBook-Pro.fios-router.home>2018-02-12 13:19:59 -0500
commitd9763cb4dfb2eaf78718abc21434a3fde20a4fb6 (patch)
tree3e7646e1736935dcbc8914b387301372cb4003bc /app/views
parentbbfec704f7ed964807f2c14cac51ef8d0f9ff417 (diff)
downloadgitlab-ce-d9763cb4dfb2eaf78718abc21434a3fde20a4fb6.tar.gz
Refactor issue index filtered searchissue-index-refactor
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/issues/index.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/projects/issues/index.html.haml b/app/views/projects/issues/index.html.haml
index 193111b4cee..fb06ba58c27 100644
--- a/app/views/projects/issues/index.html.haml
+++ b/app/views/projects/issues/index.html.haml
@@ -6,7 +6,6 @@
- content_for :page_specific_javascripts do
= webpack_bundle_tag 'common_vue'
- = webpack_bundle_tag 'filtered_search'
= content_for :meta_tags do
= auto_discovery_link_tag(:atom, params.merge(rss_url_options), title: "#{@project.name} issues")