You've already forked mainline-status
mirror of
https://github.com/linux-msm/mainline-status.git
synced 2026-02-25 13:12:54 -08:00
14 lines
284 B
Plaintext
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>
|