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:
Diffstat (limited to 'app/views/projects/work_items/index.html.haml')
-rw-r--r--app/views/projects/work_items/index.html.haml7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/views/projects/work_items/index.html.haml b/app/views/projects/work_items/index.html.haml
deleted file mode 100644
index 01b27eed267..00000000000
--- a/app/views/projects/work_items/index.html.haml
+++ /dev/null
@@ -1,7 +0,0 @@
-- page_title "##{request.params['work_items_path']}"
-- add_to_breadcrumbs _("Issues"), project_issues_path(@project)
-- add_page_specific_style 'page_bundles/work_items'
-- @gfm_form = true
-- @noteable_type = 'WorkItem'
-
-#js-work-items{ data: work_items_index_data(@project) }