Add log filtering by path and link to it from tree view

This enables path-filtering in log-view, and adds a link per entry in
tree-view to show the log for each file/directory.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Este commit está contenido en:
Lars Hjemli
2007-05-14 11:10:59 +02:00
padre 4fdf571c88
commit 9fb53af215
Se han modificado 6 ficheros con 37 adiciones y 13 borrados

Ver fichero

@ -189,6 +189,11 @@ td.filesize {
font-family: monospace;
}
td.links {
font-size: 80%;
padding-left: 2em;
}
td.filemode {
font-family: monospace;
}