diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-31 15:28:03 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-31 15:28:03 +0800 |
commit | 0b54f8b75537e906eb9c08e2ff1545e08499dfa1 (patch) | |
tree | 4540fbbc21c27de3849f13713c1068712d3cc7a7 /templates/repo_contrib_index.tmpl | |
parent | Per-repo merge request sequences (diff) | |
download | forge-0.1.6.tar.gz forge-0.1.6.tar.zst forge-0.1.6.zip |
Correct table headers in MR indicesv0.1.6
Diffstat (limited to 'templates/repo_contrib_index.tmpl')
-rw-r--r-- | templates/repo_contrib_index.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo_contrib_index.tmpl b/templates/repo_contrib_index.tmpl index ddd86cf..a4c5098 100644 --- a/templates/repo_contrib_index.tmpl +++ b/templates/repo_contrib_index.tmpl @@ -51,8 +51,8 @@ </tr> </thead> <tr> - <th scope="col">Name</th> - <th scope="col">Description</th> + <th scope="col">ID</th> + <th scope="col">Title</th> <th scope="col">Status</th> </tr> <tbody> |