From ebaaf6c074aac8bfaa5d5a371122f082f021f33a Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 31 May 2021 11:38:53 -0300 Subject: Add first version of HTML templates Inspired mainly by CGit UI, but also stagit and sourcehut. --- src/templates/log.html | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 src/templates/log.html (limited to 'src/templates/log.html') diff --git a/src/templates/log.html b/src/templates/log.html new file mode 100644 index 0000000..decd2f9 --- /dev/null +++ b/src/templates/log.html @@ -0,0 +1,83 @@ + + + + + + + + + + + + $PROJECT_NAME - $PROJECT_DESCRIPTION + + + + + + + + +
+
+ +
+

+ $PROJECT_NAME +

+

+ $PROJECT_DESCRIPTION +

+ + git clone $PROJECT_CLONE_URL + +
+
+ +
+
+
+

+ 739a235c + | + EuAndreh + HEAD + main + v0.2.1 +

+
Only display filename if it's set
+
+This prevents None from showing up in different places when pastes are
+submitted through the API.
+
Notes:
+  See CI logs with:
+    git notes --ref=refs/notes/ci-logs show 92bfa3c5f06558cebcfa06bf78159e76254e07fd
+    git notes --ref=refs/notes/ci-data show 92bfa3c5f06558cebcfa06bf78159e76254e07fd
+
+
+ + + -- cgit v1.2.3