Files
mainline-status/_includes/status.liquid
Dmitry Baryshkov 080061415a Add a demo of possible functionality
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2023-01-20 07:01:47 +02:00

14 lines
284 B
Plaintext

<td class="
{%- case include.status -%}
{%- when "N" -%}
status-N
{%- when "next", "pending", "WIP", "wip" -%}
status-next
{%- when "N/A", "n/a" -%}
status-NA
{%- when nil -%}
status-unknown
{%- else -%}
status-Y
{%- endcase -%}">{{include.status}}</td>