From 94a72ecf5f0d6e07cc5d77fbcce98d97450394d4 Mon Sep 17 00:00:00 2001 From: Clement Ho Date: Fri, 13 Apr 2018 15:27:10 -0500 Subject: [skip ci] Convert previous .card to .board-card --- .../conversational_development_index/_card.html.haml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'app/views/admin/conversational_development_index/_card.html.haml') diff --git a/app/views/admin/conversational_development_index/_card.html.haml b/app/views/admin/conversational_development_index/_card.html.haml index 6c8688e06ae..d66c2381618 100644 --- a/app/views/admin/conversational_development_index/_card.html.haml +++ b/app/views/admin/conversational_development_index/_card.html.haml @@ -5,18 +5,18 @@ = card.title .text-light = card.description - .card-scores - .card-score - .card-score-value + .board-card-scores + .board-card-score + .board-card-score-value = format_score(card.instance_score) - .card-score-name You - .card-score - .card-score-value + .board-card-score-name You + .board-card-score + .board-card-score-value = format_score(card.leader_score) - .card-score-name Lead - .card-score-big + .board-card-score-name Lead + .board-card-score-big = number_to_percentage(card.percentage_score, precision: 1) - .card-buttons + .board-card-buttons - if card.blog %a{ href: card.blog } = icon('info-circle', 'aria-hidden' => 'true') -- cgit v1.2.1 From e9825a604af6b727edc99cf690c7c257cd964a59 Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Wed, 23 May 2018 18:54:05 -0700 Subject: Update class name to not use bootstrap's text-light class --- app/views/admin/conversational_development_index/_card.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/admin/conversational_development_index/_card.html.haml') diff --git a/app/views/admin/conversational_development_index/_card.html.haml b/app/views/admin/conversational_development_index/_card.html.haml index d66c2381618..57eda06630b 100644 --- a/app/views/admin/conversational_development_index/_card.html.haml +++ b/app/views/admin/conversational_development_index/_card.html.haml @@ -3,7 +3,7 @@ .convdev-card-title %h3 = card.title - .text-light + .light-text = card.description .board-card-scores .board-card-score -- cgit v1.2.1