{% extends "base.html" %} {% block content %}
| Name | Last change | Size |
|---|---|---|
| ../ | ||
|
{{ entry.kind }}
{{ entry.name }}
{% if entry.detail %}
{% if entry.kind == "symlink" %}target: {% elif entry.kind == "submodule" %}commit: {% endif %}{{ entry.detail }}
{% if entry.external_href %} · repository{% endif %}
{% endif %}
{% if entry.latest %}{{ entry.latest.summary | default(entry.latest.short_id, true) }} · {{ entry.latest.author }} · {{ entry.latest.committed_at | humantime }}{% else %}No change found in scan window{% endif %}
|
{% if entry.latest %}
{{ entry.latest.author }} ·
{% else %}
Not found in scan window
{% endif %}
|
{{ entry.size }} |
| {% if empty_repo %}No commits yet. Push a commit to begin browsing files.{% else %}This directory is empty.{% endif %} | ||