diff options
-rw-r--r-- | templates/repo/graph/commits.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/graph/commits.tmpl b/templates/repo/graph/commits.tmpl index 44f63a7d76..f5fc27315a 100644 --- a/templates/repo/graph/commits.tmpl +++ b/templates/repo/graph/commits.tmpl @@ -71,7 +71,7 @@ {{$userName}} {{end}} </span> - <span class="time gt-df gt-ac">{{$commit.Date}}</span> + <span class="time gt-df gt-ac">{{DateTime "full" $commit.Date}}</span> {{end}} </li> {{end}} |