Add submodule links in tree listing

When a submodule occurs in a tree, generate a link to show the
module/commit. The link is specified as a sprintf string in /etc/cgitrc,
using parameters 'module-link' and 'repo.module-link'. This should probably
be extended with repo.module-link.$path.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
此提交包含在:
Lars Hjemli
2007-05-11 12:12:48 +02:00
父節點 cc1dbd1b5d
當前提交 ded9393b17
共有 6 個檔案被更改,包括 27 行新增12 行删除

查看文件

@ -141,7 +141,7 @@ div.error {
margin: 1em 2em;
}
div.ls-blob, div.ls-dir {
td.ls-blob, td.ls-dir, td.ls-mod {
font-family: monospace;
}