summaryrefslogtreecommitdiff
path: root/app/views/projects
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-11-09 01:19:42 -0500
committerAlfredo Sumaran <alfredo@gitlab.com>2016-11-21 13:49:19 -0500
commitfe72c3fea31f34ddfffbf9aea59da60e8509eb0d (patch)
tree68fb23317854a917fd2b534984c06eff409cf925 /app/views/projects
parent1fc9b7aea867b9de2ccb5a8ca5fb8c546cc6c322 (diff)
downloadgitlab-ce-fe72c3fea31f34ddfffbf9aea59da60e8509eb0d.tar.gz
Move StagePlanComponent template to component in JS file
Diffstat (limited to 'app/views/projects')
-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 5536198eab8..bb4854d88c5 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-plan-component' }
- %div
- .events-description
- Time before an issue starts implementation
- %ul.event-list
- %li.event-item{ "v-for" => "commit in items" }
- %item-commit-component{ ":commit" => "commit" }
-
%script{ type: 'text/x-template', id: 'stage-code-component' }
%div
.events-description