{% extends "base.html" %} {% block title %}{{ repo_name }} — Grimoire{% endblock %} {% block nav_dashboard %}active{% endblock %} {% block content %} {# ── Breadcrumb ────────────────────────────────────────────────────── #}
{# ── Hero Section ──────────────────────────────────────────────────── #}| # | Title | Author | Last Activity |
|---|---|---|---|
| {{ issue.number }} | {{ issue.title }} | {{ issue.author }} | {% if issue.last_activity_at %}{{ issue.last_activity_at.strftime('%Y-%m-%d') }}{% else %}—{% endif %} |
| # | Title | Author | Last Activity |
|---|---|---|---|
| {{ pr.number }} | {{ pr.title }} | {{ pr.author }} | {% if pr.last_activity_at %}{{ pr.last_activity_at.strftime('%Y-%m-%d') }}{% else %}—{% endif %} |
No workflows found.
{% endif %}