Overhaul index page
This commit is contained in:
parent
5bc4605414
commit
689894d2e8
2 changed files with 77 additions and 36 deletions
|
|
@ -1,10 +1,10 @@
|
|||
{% macro commit_class(reachable) %}
|
||||
{%- if reachable == 0 -%}
|
||||
orphaned
|
||||
commit-orphaned
|
||||
{%- else if reachable == 1 -%}
|
||||
reachable
|
||||
commit-reachable
|
||||
{%- else -%}
|
||||
tracked
|
||||
commit-tracked
|
||||
{%- endif -%}
|
||||
{% endmacro %}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue