diff --git a/app/assets/javascripts/cycle_analytics/components/item_commit_component.js.es6 b/app/assets/javascripts/cycle_analytics/components/item_commit_component.js.es6 index 344cb77d7ccaf98613e25f8f083ff04f5911d805..5a8d62ce87d89ea10661bfd3998e7eca670078cd 100644 --- a/app/assets/javascripts/cycle_analytics/components/item_commit_component.js.es6 +++ b/app/assets/javascripts/cycle_analytics/components/item_commit_component.js.es6 @@ -14,9 +14,36 @@ */ global.cycleAnalytics.ItemCommitComponent = Vue.extend({ - template: '#item-commit-component', props: { commit: Object, - } + }, + template: ` +
+
+ {{ commit.title }} +
+ + First + + + + + + {{ commit.hash }} + pushed by + {{ commit.author }} + +
+
+ + {{ commit.totalTime.hours }} + hr + + + {{ commit.totalTime.minutes }} + mins + +
+ `, }); }(window.gl || (window.gl = {}))); diff --git a/app/assets/javascripts/cycle_analytics/components/stage_plan_component.js.es6 b/app/assets/javascripts/cycle_analytics/components/stage_plan_component.js.es6 index 5b83bec58b6acffd561097360cc79d6832c9bd8a..394990d4bb357035ab0402122c15d0ba1be0a96a 100644 --- a/app/assets/javascripts/cycle_analytics/components/stage_plan_component.js.es6 +++ b/app/assets/javascripts/cycle_analytics/components/stage_plan_component.js.es6 @@ -14,8 +14,8 @@
Time before an issue starts implementation
-