Use html_filemode in ui-tree.c

No reason to show "100644" when we can show "-rw-r--r--"

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
Lars Hjemli
2006-12-17 23:55:53 +01:00
부모 fb6e5869dc
커밋 a53042865a
2개의 변경된 파일9개의 추가작업 그리고 6개의 파일을 삭제

파일 보기

@ -83,8 +83,8 @@ div.ls-dir a {
th.filesize, td.filesize {
text-align: right;
}
th.filemode, td.filemode {
text-align: center;
td.filemode {
font-family: monospace;
}
td.blob {