diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-19 21:42:39 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-19 21:42:39 +0800 |
commit | d95c5399931cf1a704bf341c42c79ae732accebd (patch) | |
tree | 3d274349cceb9c657e8267eb058384a6c865b531 /templates | |
parent | repo/contrib/one: Handle when destination branch is null (diff) | |
download | forge-d95c5399931cf1a704bf341c42c79ae732accebd.tar.gz forge-d95c5399931cf1a704bf341c42c79ae732accebd.tar.zst forge-d95c5399931cf1a704bf341c42c79ae732accebd.zip |
repo/index: Add button to show merge requests
Diffstat (limited to 'templates')
-rw-r--r-- | templates/repo_index.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/repo_index.tmpl b/templates/repo_index.tmpl index 1de48d1..6db8e0b 100644 --- a/templates/repo_index.tmpl +++ b/templates/repo_index.tmpl @@ -32,6 +32,11 @@ </tbody> </table> </div> + <div class="padding-wrapper"> + <p> + <a href="contrib/" class="btn-normal">Merge requests</a> + </p> + </div> <div class="padding-wrapper scroll"> <input id="toggle-table-recent-commits" type="checkbox" class="toggle-table-off" /> <table id="recent-commits" class="wide"> |