From f8c572a2f1ccc808cec63aee3a091930c81992fd Mon Sep 17 00:00:00 2001 From: Alfredo Sumaran Date: Wed, 9 Nov 2016 02:15:50 -0500 Subject: Apply styling to ItemCommitComponent --- app/views/projects/cycle_analytics/show.html.haml | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'app/views/projects') diff --git a/app/views/projects/cycle_analytics/show.html.haml b/app/views/projects/cycle_analytics/show.html.haml index bb4854d88c5..ea3ae13b6d8 100644 --- a/app/views/projects/cycle_analytics/show.html.haml +++ b/app/views/projects/cycle_analytics/show.html.haml @@ -119,7 +119,6 @@ %li{ "v-for" => "mergeRequest in items" } %item-merge-request-component{ ":merge-request" => "mergeRequest" } - %script{ type: 'text/x-template', id: 'stage-staging-component' } %div .events-description @@ -136,20 +135,6 @@ %li{ "v-for" => "issue in items" } %item-issue-component{ ":issue" => "issue" } -%script{ type: 'text/x-template', id: 'item-commit-component' } - %div - %p - %h5 - %a{:href => "commit.url"} - {{ commit.title }} - %span - First - %a{:href => "#"} - {{ commit.hash }} - pushed by - %a{:href => "commit.profile"} - {{ commit.author }} - %script{ type: 'text/x-template', id: 'item-merge-request-component' } %div %p -- cgit v1.2.3