summaryrefslogtreecommitdiff
path: root/app/views/projects/cycle_analytics
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-11-09 01:02:06 -0500
committerAlfredo Sumaran <alfredo@gitlab.com>2016-11-21 13:49:19 -0500
commitb0d2dffc0dcaec59973afc87432935b0df320aeb (patch)
tree7a85fe4d3fb500312078e8100fcd47734dfc80cb /app/views/projects/cycle_analytics
parent10282283b04b6516542cb2fe86e33b886d17b129 (diff)
downloadgitlab-ce-b0d2dffc0dcaec59973afc87432935b0df320aeb.tar.gz
Move ItemIssueComponent template to component JS file
Diffstat (limited to 'app/views/projects/cycle_analytics')
-rw-r--r--app/views/projects/cycle_analytics/show.html.haml24
1 files changed, 0 insertions, 24 deletions
diff --git a/app/views/projects/cycle_analytics/show.html.haml b/app/views/projects/cycle_analytics/show.html.haml
index 06a6e24ac49..aa72a801938 100644
--- a/app/views/projects/cycle_analytics/show.html.haml
+++ b/app/views/projects/cycle_analytics/show.html.haml
@@ -152,30 +152,6 @@
%li{ "v-for" => "issue in items" }
%item-issue-component{ ":issue" => "issue" }
-%script{ type: 'text/x-template', id: 'item-issue-component' }
- .item-details
- %img.avatar{:src => "https://secure.gravatar.com/avatar/3731e7dd4f2b4fa8ae184c0a7519dd58?s=64&d=identicon"}/
- %h5.item-title
- %a{ :href => "issue.url" }
- {{ issue.title }}
- %a{ :href => "issue.url" }
- = '#{{issue.id}}'
- %span
- Opened
- %a{:href => "issue.url"}
- {{ issue.datetime }}
- %span
- by
- %a{:href => "issue.profile"}
- {{ issue.author }}
- .item-time
- %span.hours{ "v-if" => "issue.totalTime.hours"}
- {{ issue.totalTime.hours }}
- %abbr{:title => "Hours"} hr
- %span.minutes{ "v-if" => "issue.totalTime.minutes" }
- {{ issue.totalTime.minutes }}
- %abbr{:title => "Minutes"} mins
-
%script{ type: 'text/x-template', id: 'item-commit-component' }
%div
%p