From 1e4dff1995833538f436b381bc0450a7c0080bad Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 12 May 2025 12:39:10 +0200 Subject: chore: Initial commit Based on the version that was previously in `vhack.eu/nixos-server/pkgs/by-name/ba/back`. --- templates/issues.html | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 templates/issues.html (limited to 'templates/issues.html') diff --git a/templates/issues.html b/templates/issues.html new file mode 100644 index 0000000..564827c --- /dev/null +++ b/templates/issues.html @@ -0,0 +1,77 @@ + + + + + + Back + + + + +
+
+

{{wanted_status}} Issues

+
+
+ +
    + {% for issue in issues -%} +
  1. + +

    + {{issue.title|safe}} +

    + {{issue.id}} + Opened by {{ " " }} + {{issue.author.name|safe}} + {{ " " }} + <{{issue.author.email|safe}}> + {{ "at" }} + {{issue.timestamp}} + + {% if !issue.comments.is_empty() +%} + + - {{issue.comments.len()}} + comment{{issue.comments.len()|pluralize}} + {%+ endif %} +
    +
  2. + {%- endfor %} +
+
+
+ + -- cgit 1.4.1