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:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-11-09 09:17:20 +0300
committerAlfredo Sumaran <alfredo@gitlab.com>2016-11-21 21:49:19 +0300
commit1fc9b7aea867b9de2ccb5a8ca5fb8c546cc6c322 (patch)
tree329a7c97634fb7be67bcd86f97dddce539eb5902 /app/views/projects/cycle_analytics/show.html.haml
parentb0d2dffc0dcaec59973afc87432935b0df320aeb (diff)
Move StageIssueComponent template to component in JS file
Diffstat (limited to 'app/views/projects/cycle_analytics/show.html.haml')
-rw-r--r--app/views/projects/cycle_analytics/show.html.haml8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/views/projects/cycle_analytics/show.html.haml b/app/views/projects/cycle_analytics/show.html.haml
index aa72a801938..5536198eab8 100644
--- a/app/views/projects/cycle_analytics/show.html.haml
+++ b/app/views/projects/cycle_analytics/show.html.haml
@@ -94,14 +94,6 @@
%template{ "v-if" => "state.items.length && !isLoadingStage && !isEmptyStage" }
%component{ ":is" => "currentStage.component", ":items" => "state.items" }
-%script{ type: 'text/x-template', id: 'stage-issue-component' }
- %div
- .events-description
- Time before an issue get scheluded
- %ul.stage-event-list
- %li.stage-event-item{ "v-for" => "issue in items" }
- %item-issue-component{ ":issue" => "issue" }
-
%script{ type: 'text/x-template', id: 'stage-plan-component' }
%div
.events-description