Remove no-op link from submodule entries

Instead of linking to the current page ("href='#'"), do not add a link
to a submodule entry at all if the module-link setting is not used.

Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
这个提交包含在:
Lukas Fleischer
2015-03-05 20:41:45 +01:00
提交者 Jason A. Donenfeld
父节点 7511f4b4df
当前提交 db021a1989
共有 2 个文件被更改,包括 25 次插入18 次删除

查看文件

@ -254,7 +254,7 @@ div#cgit div.error {
margin: 1em 2em;
}
div#cgit a.ls-blob, div#cgit a.ls-dir, div#cgit a.ls-mod {
div#cgit a.ls-blob, div#cgit a.ls-dir, div#cgit .ls-mod {
font-family: monospace;
}