From bb9e7a3f2cf80c09b64156988abb9ffba1de6d2c Mon Sep 17 00:00:00 2001 From: Filipa Lacerda Date: Fri, 16 Feb 2018 12:07:04 +0000 Subject: [PATCH] CE port of changes made to the pipeline bundle in EE - Fixes typos and adds i18n Backport common class name for the tab content Backport more changes --- .../pipelines/components/graph/graph_component.vue | 2 +- .../javascripts/pipelines/pipeline_details_bundle.js | 10 +++++++--- ...ils_mediatior.js => pipeline_details_mediator.js} | 3 ++- app/assets/stylesheets/pages/pipelines.scss | 9 ++++++--- app/views/projects/pipelines/_with_tabs.html.haml | 12 ++++++------ .../pipelines/pipeline_details_mediator_spec.js | 2 +- spec/javascripts/pipelines/pipeline_store_spec.js | 1 - 7 files changed, 23 insertions(+), 16 deletions(-) rename app/assets/javascripts/pipelines/{pipeline_details_mediatior.js => pipeline_details_mediator.js} (93%) diff --git a/app/assets/javascripts/pipelines/components/graph/graph_component.vue b/app/assets/javascripts/pipelines/components/graph/graph_component.vue index a1f58580318..ab84711d4a2 100644 --- a/app/assets/javascripts/pipelines/components/graph/graph_component.vue +++ b/app/assets/javascripts/pipelines/components/graph/graph_component.vue @@ -52,7 +52,7 @@