{% extends 'layout_page.twig' %} {% set page = 'commits' %} {% block title %}GitList{% endblock %} {% block content %} {% include 'breadcrumb.twig' with {breadcrumbs: [{dir: 'Commit history', path:''}]} %} {% for date, commit in commits %}
{{ date | date("F j, Y") }} | ||
---|---|---|
View {{ item.shortHash }}
{{ item.message }}{{ item.author.name }} authored in {{ item.date | date('d/m/Y \\a\\t H:i:s') }} |