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/issue.html | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 templates/issue.html (limited to 'templates/issue.html') diff --git a/templates/issue.html b/templates/issue.html new file mode 100644 index 0000000..c7e4efc --- /dev/null +++ b/templates/issue.html @@ -0,0 +1,74 @@ + + + + + + {{ HtmlString::from(issue.title.clone()) }} | Back + + + + +
+ +
+

{{issue.title|safe}}

+
{{issue.id}}
+
+
+
+ Opened by + {{issue.author.name|safe}} + <{{issue.author.email|safe}}> + at {{issue.timestamp}} +
+ {{issue.message|safe}} {% if !issue.comments.is_empty() %} +
    + {% for comment in issue.comments %} +
  1. + {{comment.message|safe}} +

    + {{comment.author.name|safe}} at {{comment.timestamp}} +

    +
  2. + {% endfor %} +
+ {% endif %} +
+ +
+ + -- cgit 1.4.1