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-22 00:11:01 +0300
committerAlfredo Sumaran <alfredo@gitlab.com>2016-11-22 00:11:01 +0300
commitb3700f96013d06cbe48e0fbf1aa89f91fd9fa35d (patch)
tree13a7f855c4146023e21578644190fcb19b76cec4 /app/views/projects
parent796596812faa96465d89b7616510d7b5de58c8c9 (diff)
Fix CSS declaration
Diffstat (limited to 'app/views/projects')
-rw-r--r--app/views/projects/cycle_analytics/show.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/cycle_analytics/show.html.haml b/app/views/projects/cycle_analytics/show.html.haml
index ce1393267eb..580371ac000 100644
--- a/app/views/projects/cycle_analytics/show.html.haml
+++ b/app/views/projects/cycle_analytics/show.html.haml
@@ -66,9 +66,9 @@
%nav.stage-nav
%ul
%li.stage-nav-item{ ':class' => '{ active: stage.active }', '@click' => 'selectStage(stage)', "v-for" => "stage in state.stages" }
- .stage-name
+ .stage-nav-item-cell.stage-name
{{ stage.title }}
- .stage-median
+ .stage-nav-item-cell.stage-median
%template{ "v-if" => "stage.isUserAllowed" }
%span{ "v-if" => "stage.value" }
{{ stage.value }}