{% extends 'base.html.twig' %} {% block header %} {% include 'page-header.html.twig' with { repository: repository, baseRef: repository.defaultBranch, current: 'code' } %} {% endblock %} {% block search %} {% include 'search.html.twig' with { repository: repository, commitish: tree.hash } %} {% endblock %} {% block body %}
{{ repository.description }}
.. | {% if tree_show_file_size %}{% endif %} {% if tree_show_last_commit %} | {% endif %} | |
---|---|---|---|
{{ object.fileName }} | {% if tree_show_file_size %}{% endif %} {% if tree_show_last_commit %} | {% if object.firstParent.isCommit %} {{ object.firstParent.subject }} {% endif %} | {% endif %}{% if object.firstParent %} {{ object.firstParent.commitedAt|date(commit_date_format) }} {% endif %} |
{{ object.fileName }} | {% if tree_show_file_size %}{{ object.size|formatFileSize }} | {% endif %} {% if tree_show_last_commit %}{% if object.firstParent.isCommit %} {{ object.firstParent.subject }} {% endif %} | {% endif %}{% if object.firstParent.isCommit %} {{ object.firstParent.commitedAt|date(commit_date_format) }} {% endif %} |