Commit 08034e38 authored by Takuya Noguchi's avatar Takuya Noguchi

Remove duplicated BS display properties from Admin DevOps report' HAML

Signed-off-by: default avatarTakuya Noguchi <takninnovationresearch@gmail.com>
parent fc560baf
......@@ -25,7 +25,7 @@
- @metric.cards.each do |card|
= render 'card', card: card
.devops-steps.d-none.d-lg-block.d-xl-block
.devops-steps.d-none.d-lg-block
- @metric.idea_to_production_steps.each_with_index do |step, index|
.devops-step{ class: "devops-#{score_level(step.percentage_score)}-score" }
= custom_icon("i2p_step_#{index + 1}")
......
---
title: Remove duplicated BS display properties from Admin DevOps report' HAML
merge_request: 44846
author: Takuya Noguchi
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment