{% extends 'layout_page.twig' %} {% set page = 'commits' %} {% block title %}GitList{% endblock %} {% block content %} {% include 'breadcrumb.twig' with {breadcrumbs: [{dir: "Commit #{commit.hash}", path:''}]} %}
{% if line.getType != 'chunk' %} {% endif %} {{ line.getNumOld }} {% if line.getType != 'chunk' %} {% endif %} | {% if line.getType != 'chunk' %} {% endif %} {{ line.getNumNew }} {% if line.getType != 'chunk' %} {% endif %} |
{{ line.getLine }} |