gitea/templates/user
wxiaoguang 25faee3c5f
Fix date display bug (#24047)
Follow
https://github.com/go-gitea/gitea/pull/23988#pullrequestreview-1377696819

Many template helper functions are not good enough and cause various
problems, that's why I am cleaning them.

## Before


![image](https://user-images.githubusercontent.com/51889757/230930898-0c48150f-de85-461d-9455-efcfdc36b644.png)


![image](https://user-images.githubusercontent.com/2114189/231111676-b0da1392-5e47-4f89-a81e-85156aca5cfd.png)


## After


![image](https://user-images.githubusercontent.com/2114189/231111732-920f304d-dd44-4c54-9f5f-518e325006fc.png)
2023-04-11 17:48:13 +08:00
..
auth Remove incorrect HTML self close tag (#23748) 2023-03-27 18:05:51 +02:00
dashboard Fix date display bug (#24047) 2023-04-11 17:48:13 +08:00
notification Merge template functions "dict/Dict/mergeinto" (#23932) 2023-04-07 09:39:08 -05:00
overview Add missing tabs to org projects page (#22705) 2023-03-10 09:18:20 -06:00
settings Use auto-updating, natively hoverable, localized time elements (#23988) 2023-04-11 01:01:20 +02:00
code.tmpl
heatmap.tmpl
profile.tmpl Use auto-updating, natively hoverable, localized time elements (#23988) 2023-04-11 01:01:20 +02:00
project.tmpl Add context cache as a request level cache (#22294) 2023-02-15 21:37:34 +08:00