@@ -282,7 +282,7 @@ <h3 class="exclamation text-white">Visit us again on a bigger screen</h3>
282
282
<!-- TODO: Change text-success to text-dark if there is no variation -->
283
283
<!-- TODO: If there is no variation then display '-' -->
284
284
<!-- TODO Designer: Add tooltip to badge explaining this is a variation -->
285
- < p class ="badge small ms-1 mb-0 align-text-bottom bg-green-100 text-success "> +5%</ p >
285
+ < button type =" button " data-bs-toggle =" tooltip " data-bs-placement =" bottom " title =" Variation with Action Scorecards 2023 " class ="badge small ms-1 mb-0 align-text-bottom bg-green-100 text-success border-0 "> +5%</ button >
286
286
</ td >
287
287
{% else %}
288
288
< td class ="score border-bottom border-opacity-25 border-primary is--section-score ">
@@ -293,7 +293,7 @@ <h3 class="exclamation text-white">Visit us again on a bigger screen</h3>
293
293
<!-- TODO: Change text-success to text-dark if there is no variation -->
294
294
<!-- TODO: If there is no variation then display '-' -->
295
295
<!-- TODO Designer: Add tooltip to badge explaining this is a variation -->
296
- < p class ="badge small ms-1 mb-0 align-text-bottom bg-green-100 text-success "> +5%</ p >
296
+ < button type =" button " data-bs-toggle =" tooltip " data-bs-placement =" bottom " title =" Variation with Action Scorecards 2023 " class ="badge small ms-1 mb-0 align-text-bottom bg-green-100 text-success border-0 "> +5%</ button >
297
297
</ td >
298
298
{% endif %}
299
299
@@ -307,7 +307,7 @@ <h3 class="exclamation text-white">Visit us again on a bigger screen</h3>
307
307
<!-- TODO: If there is no variation then display '-' -->
308
308
<!-- TODO: If question didn't exist in previous years then let's add 'NA' with bg-gray-100 text-dark -->
309
309
<!-- TODO Designer: Add tooltip to badge explaining this is a variation -->
310
- < p class ="badge small ms-1 mb-0 align-text-bottom bg-green-100 text-success "> +5%</ p >
310
+ < p button type =" button " data-bs-toggle =" tooltip " data-bs-placement =" bottom " title =" Variation with Action Scorecards 2023 " class ="badge small ms-1 mb-0 align-text-bottom bg-green-100 text-success border-0 "> +5%</ button >
311
311
</ td >
312
312
{% endfor %}
313
313
@@ -335,7 +335,7 @@ <h3 class="exclamation text-white">Visit us again on a bigger screen</h3>
335
335
<!-- TODO: If there is no variation then display '-' -->
336
336
<!-- TODO: If question didn't exist in previous years then let's add 'NA' with bg-gray-100 text-dark -->
337
337
<!-- TODO Designer: Add tooltip to badge explaining this is a variation -->
338
- < p class ="badge small ms-1 mb-0 align-text-bottom bg-green-100 text-success "> +1</ p >
338
+ < button type =" button " data-bs-toggle =" tooltip " data-bs-placement =" bottom " title =" Variation with Action Scorecards 2023 " class ="badge small ms-1 mb-0 align-text-bottom bg-green-100 text-success border-0 "> +1</ button >
339
339
</ td >
340
340
341
341
{% for comparison in answer.comparisons %}
@@ -348,7 +348,7 @@ <h3 class="exclamation text-white">Visit us again on a bigger screen</h3>
348
348
<!-- TODO: If there is no variation then display '-' -->
349
349
<!-- TODO: If question didn't exist in previous years then let's add 'NA' with bg-gray-100 text-dark -->
350
350
<!-- TODO Designer: Add tooltip to badge explaining this is a variation -->
351
- < p class ="badge small ms-1 mb-0 align-text-bottom bg-green-100 text-success "> +1</ p >
351
+ < button type =" button " data-bs-toggle =" tooltip " data-bs-placement =" bottom " title =" Variation with Action Scorecards 2023 " class ="badge small ms-1 mb-0 align-text-bottom bg-green-100 text-success border-0 "> +1</ button >
352
352
</ td >
353
353
{% endfor %}
354
354
@@ -378,27 +378,25 @@ <h3 class="exclamation text-white">Visit us again on a bigger screen</h3>
378
378
</ td >
379
379
< td class ="score border-bottom border-opacity-25 border-primary is--section-score ">
380
380
{{ plan_score.weighted_total|floatformat:0 }}%
381
- < span > {{ section.weighted_score|floatformat:0 }}%</ span >
382
381
<!-- TODO: Change bg-green-100 to bg-red-100 if variation is negative -->
383
382
<!-- TODO: Change text-success to text-danger if variation is negative -->
384
383
<!-- TODO: Change bg-green-100 to bg-gray-100 if there is no variation -->
385
384
<!-- TODO: Change text-success to text-dark if there is no variation -->
386
385
<!-- TODO: If there is no variation then display '-' -->
387
386
<!-- TODO Designer: Add tooltip to badge explaining this is a variation -->
388
- < p class ="badge small ms-1 mb-0 align-text-bottom bg-green-100 text-success "> +5%</ p >
387
+ < button type =" button " data-bs-toggle =" tooltip " data-bs-placement =" bottom " title =" Variation with Action Scorecards 2023 " class ="badge small ms-1 mb-0 align-text-bottom bg-green-100 text-success border-0 "> +5%</ button >
389
388
</ td >
390
389
391
390
{% for comparison in comparisons %}
392
391
< td class ="d-none d-md-table-cell score border-bottom border-opacity-25 border-primary is--section-score ">
393
392
{{ comparison.weighted_total|floatformat:0 }}%
394
- < span > {{ section.weighted_score|floatformat:0 }}%</ span >
395
393
<!-- TODO: Change bg-green-100 to bg-red-100 if variation is negative -->
396
394
<!-- TODO: Change text-success to text-danger if variation is negative -->
397
395
<!-- TODO: Change bg-green-100 to bg-gray-100 if there is no variation -->
398
396
<!-- TODO: Change text-success to text-dark if there is no variation -->
399
397
<!-- TODO: If there is no variation then display '-' -->
400
398
<!-- TODO Designer: Add tooltip to badge explaining this is a variation -->
401
- < p class ="badge small ms-1 mb-0 align-text-bottom bg-green-100 text-success "> +5%</ p >
399
+ < button type =" button " data-bs-toggle =" tooltip " data-bs-placement =" bottom " title =" Variation with Action Scorecards 2023 " class ="badge small ms-1 mb-0 align-text-bottom bg-green-100 text-success border-0 "> +5%</ button >
402
400
</ td >
403
401
{% endfor %}
404
402
0 commit comments