diff options
author | Runxi Yu <me@runxiyu.org> | 2025-09-25 17:49:35 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-09-25 17:49:35 +0800 |
commit | eb1e9731ba23822aad8a464b0bc28fe5e2fbd525 (patch) | |
tree | 96dcda46823903196c99dcbc79535d2aea08d007 /forged/templates | |
parent | Mailing lists: implement sub/unsub (diff) | |
download | forge-pre-refactor.tar.gz forge-pre-refactor.tar.zst forge-pre-refactor.zip |
I'm aware the commit page looks horriblepre-refactor
Diffstat (limited to 'forged/templates')
-rw-r--r-- | forged/templates/repo_commit.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/forged/templates/repo_commit.tmpl b/forged/templates/repo_commit.tmpl index 42f2bcd..530af2f 100644 --- a/forged/templates/repo_commit.tmpl +++ b/forged/templates/repo_commit.tmpl @@ -44,6 +44,11 @@ {{- .repo_description -}} </div> </div> + <div class="padding-wrapper"> + <p> + Hi… I am well aware that this diff view is very suboptimal. It will be fixed when the refactored server comes along! + </p> + </div> <div class="padding-wrapper scroll"> <div class="key-val-grid-wrapper"> <section id="commit-info" class="key-val-grid"> |