{% extends "base.html" %} {% block content %}
{% include "repo/explorer_header.html" %} {% include "partials/repo_clone_url.html" %} {% if path_missing_notice %} {% endif %}
Files {{ dir_count }} dirs · {{ file_count }} files{% if other_count > 0 %} · {{ other_count }} others{% endif %}
{{ total_entries }} entries {% if not empty_repo %}{% endif %}
{% with nav_class = "mb-3 pearing-breadcrumb-case", list_class = "breadcrumb mb-0" %} {% include "partials/breadcrumbs.html" %} {% endwith %}
{% if latest_commit %}
{{ latest_commit.summary | default("Commit " ~ latest_commit.short_id, true) }} by {{ latest_commit.author | default("Unknown author", true) }}
{% endif %}
{% if parent_url %} {% endif %} {% for entry in entries %} {% else %} {% endfor %}
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 %}
{% if previous_url or next_url %} {% endif %}
{% if readme %}
{{ readme.name }}
{{ readme.html | safe }}
{% endif %}
{% endblock %}