mirror of
https://git.zx2c4.com/cgit
synced 2025-07-19 18:34:46 +02:00
ui-tree: provide link to about page for pretty formatting
We have an ongoing discussion about display filters and pretty formatting in tree view. How about providing a link to about page for pretty formatting? Signed-off-by: Christian Hesse <mail@eworm.de>
This commit is contained in:
parent
00ecfaadea
commit
c30a42306a
3 changed files with 12 additions and 0 deletions
|
@ -346,6 +346,12 @@ void cgit_tree_link(const char *name, const char *title, const char *class,
|
|||
reporevlink("tree", name, title, class, head, rev, path);
|
||||
}
|
||||
|
||||
void cgit_about_link(const char *name, const char *title, const char *class,
|
||||
const char *head, const char *rev, const char *path)
|
||||
{
|
||||
reporevlink("about", name, title, class, head, rev, path);
|
||||
}
|
||||
|
||||
void cgit_plain_link(const char *name, const char *title, const char *class,
|
||||
const char *head, const char *rev, const char *path)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue