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/show.html.haml')
-rw-r--r--app/views/projects/work_items/show.html.haml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/projects/work_items/show.html.haml b/app/views/projects/work_items/show.html.haml
new file mode 100644
index 00000000000..7e0bddf1b5d
--- /dev/null
+++ b/app/views/projects/work_items/show.html.haml
@@ -0,0 +1,7 @@
+- page_title "##{request.params['iid']}"
+- 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) }