File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ func (du *DateUtils) AbsoluteShort(time any) template.HTML {
2828
2929// AbsoluteLong renders in "January 01, 2006" format
3030func (du * DateUtils ) AbsoluteLong (time any ) template.HTML {
31- return dateTimeFormat ("short " , time )
31+ return dateTimeFormat ("long " , time )
3232}
3333
3434// FullTime renders in "Jan 01, 2006 20:33:44" format
Original file line number Diff line number Diff line change 5656 {{end}}
5757 {{end}}
5858 </span>
59- <span class="author tw-flex tw-items-center tw-mr-2 tw-gap-[1px] ">
59+ <span class="author tw-flex tw-items-center tw-mr-2 tw-gap-1 ">
6060 {{$userName := $commit.Commit.Author.Name}}
6161 {{if $commit.User}}
6262 {{if and $commit.User.FullName DefaultShowFullName}}
6969 {{$userName}}
7070 {{end}}
7171 </span>
72- <span class="time tw-flex tw-items-center">{{DateUtils.FullTime $commit.Date}}</span>
72+ <span class="time tw-flex tw-items-center">{{$commit.Date}}</span>
7373 {{end}}
7474 </li>
7575 {{end}}
You can’t perform that action at this time.
0 commit comments