summaryrefslogtreecommitdiff
path: root/app/views/admin/conversational_development_index
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-10 15:38:32 -0500
committerClement Ho <ClemMakesApps@gmail.com>2018-04-10 15:38:32 -0500
commitfee51cf693feca820a862a40d6efffd6f268ee42 (patch)
tree0472b6a63e4b3cba391217f0572cf16e7194b706 /app/views/admin/conversational_development_index
parent38297512e8754e198c91819689df29de92d686bd (diff)
downloadgitlab-ce-fee51cf693feca820a862a40d6efffd6f268ee42.tar.gz
[skip ci] Convert visible- classes
Diffstat (limited to 'app/views/admin/conversational_development_index')
-rw-r--r--app/views/admin/conversational_development_index/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/conversational_development_index/show.html.haml b/app/views/admin/conversational_development_index/show.html.haml
index ed40e7b4d00..d71417ef88f 100644
--- a/app/views/admin/conversational_development_index/show.html.haml
+++ b/app/views/admin/conversational_development_index/show.html.haml
@@ -25,7 +25,7 @@
- @metric.cards.each do |card|
= render 'card', card: card
- .convdev-steps.visible-lg
+ .convdev-steps.d-none.d-lg-block.d-xl-block
- @metric.idea_to_production_steps.each_with_index do |step, index|
.convdev-step{ class: "convdev-#{score_level(step.percentage_score)}-score" }
= custom_icon("i2p_step_#{index + 1}")