All Items
# | Text {%- for commit in commits %} | ||
---|---|---|---|
{{ project.id }}#} | {{ commit.name_rev }} | {{ commit.message }} | {#{{ project.pub_date.strftime('%Y-%m-%d %H:%M') }}#} {%- endfor %} |
{# New project#}
{% extends "layout.html" %} {% block body %}
# | Text {%- for commit in commits %} | ||
---|---|---|---|
{{ project.id }}#} | {{ commit.name_rev }} | {{ commit.message }} | {#{{ project.pub_date.strftime('%Y-%m-%d %H:%M') }}#} {%- endfor %} |
{# New project#}