{% if commits %} {% for date, commit in commits %}
{{ date | date("F j, Y") }} | ||
---|---|---|
View {{ item.shortHash }}
{{ item.message }}{{ item.author.name }} authored on {{ item.date | format_date }} |
No results found.
{% endif %} {% if page != 'searchcommits' %} {% endif %}