the repository which powers this website
Diffstat (limited to 'themed/summary.html')
| -rw-r--r-- | themed/summary.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themed/summary.html b/themed/summary.html index bcf855c5..be88b54a 100644 --- a/themed/summary.html +++ b/themed/summary.html @@ -39,7 +39,7 @@ {! short_commit_id(oid_to_hex(&commit->object.oid)); !} </a> · - {! cgit_print_age(info->committer_date, info->committer_tz, TM_WEEK * 2); !} ago + {! cgit_print_age_themed(info->committer_date, info->committer_tz, TM_MONTH * 12); !} </span> </div> {! cgit_free_commitinfo(info); !} |