Add cgit_print_age() function

This function can be used to print relative dates, just as in gitweb. Next
step will be to actually use the new function.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
Lars Hjemli
2007-05-22 23:08:46 +02:00
bovenliggende 3b86b44fc7
commit 5db39170b6
5 gewijzigde bestanden met toevoegingen van 94 en 8 verwijderingen

Bestand weergeven

@ -388,3 +388,28 @@ td.toplevel-repo {
table.list td.sublevel-repo {
padding-left: 1.5em;
}
span.age-mins {
font-weight: bold;
color: #080;
}
span.age-hours {
color: #080;
}
span.age-days {
color: #040;
}
span.age-weeks {
color: #444;
}
span.age-months {
color: #888;
}
span.age-years {
color: #bbb;
}