File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
templates/modules/my-car/components Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 3232 {% elseif dates_difference .days < 14 %}
3333 {% set date_color_style = in_2_weeks %}
3434 {% set common_style = font_style %}
35+ {% else %}
36+ {% set date_color_style = ' ' %}
3537 {% endif %}
3638 {% endif %}
3739
7375<h5 >Legend</h5 >
7476<button class =" btn btn-sm disabled color-legend-button" style =" background-color:green;" >In 30 - 60 days</button >
7577<button class =" btn btn-sm disabled color-legend-button" style =" background-color:orange;" >In 14 -30 days</button >
76- <button class =" btn btn-sm disabled color-legend-button" style =" background-color:red;" >In 14 days</button >
78+ <button class =" btn btn-sm disabled color-legend-button" style =" background-color:red;" >In 14 days</button >
You can’t perform that action at this time.
0 commit comments