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 10:15:50 +0300
committerAlfredo Sumaran <alfredo@gitlab.com>2016-11-21 21:49:19 +0300
commitf8c572a2f1ccc808cec63aee3a091930c81992fd (patch)
tree5157cc7bd6c3510aa4f7e65d9563377a8a67ce92 /app/views/projects
parentfe72c3fea31f34ddfffbf9aea59da60e8509eb0d (diff)
Apply styling to ItemCommitComponent
Diffstat (limited to 'app/views/projects')
-rw-r--r--app/views/projects/cycle_analytics/show.html.haml15
1 files changed, 0 insertions, 15 deletions
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