{% extends "base.html" %}{% block title %}{{ repo_name }} – Git{% endblock %} {% block head %} {% endblock %} {% block content %} {% if (git_readonly or repo_readonly) and not can_edit %}
git clone https://git.paganlinux.eu/{{ repo_name }}.git
| {{ t('name_col') }}↕ | {{ t('size_col') }}↕ | {{ t('last_change') }}↕ | {% if can_edit %}{% endif %} | |
|---|---|---|---|---|
| {{ '' if item.type=='dir' else '' }} | {% if item.type=='dir' %} {{ item.name }}/ {% else %} {{ item.name }} {% endif %} | {% if item.type=='file' %}{{ fmt_size(item.size) }}{% endif %} | {{ item.last_commit }} | {% if can_edit %}{% endif %} |
Pusty katalog
{% if can_edit %} {% endif %}Brak commitów
{% endif %}