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
path: root/app/views
diff options
context:
space:
mode:
authorSimon Knox <psimyn@gmail.com>2017-06-02 20:18:58 +0300
committerSimon Knox <psimyn@gmail.com>2017-06-02 20:18:58 +0300
commitf922fa52973e8aa11efdecbd63af9cef423cc078 (patch)
tree3fb54a74200791f71697faaa2fa8b0315a50a13e /app/views
parentda1f5255e4e7d2c68c7f25bbad610726030c6a4d (diff)
fixup some classnames and media queries
Diffstat (limited to 'app/views')
-rw-r--r--app/views/admin/conversational_development_index/show.html.haml5
1 files changed, 2 insertions, 3 deletions
diff --git a/app/views/admin/conversational_development_index/show.html.haml b/app/views/admin/conversational_development_index/show.html.haml
index 6be1c551a52..833d4c612f8 100644
--- a/app/views/admin/conversational_development_index/show.html.haml
+++ b/app/views/admin/conversational_development_index/show.html.haml
@@ -27,10 +27,9 @@
- @metric.cards.each do |card|
= render 'card', card: card
- .convdev-steps.row
+ .convdev-steps.visible-lg
- @metric.idea_to_production_steps.each_with_index do |step, index|
.convdev-step{ class: "convdev-#{score_level(step.percentage_score)}-score" }
- .as
- = custom_icon("i2p_step_#{index + 1}")
+ = custom_icon("i2p_step_#{index + 1}")
%h4.convdev-step-title
= step.title