You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/templates/user/dashboard
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)
2 years ago
..
dashboard.tmpl Add main landmark to templates and adjust titles (#22670) 2 years ago
feeds.tmpl Add context when rendering labels or emojis (#23281) 2 years ago
issues.tmpl Merge template functions "dict/Dict/mergeinto" (#23932) 2 years ago
milestones.tmpl Fix date display bug (#24047) 2 years ago
navbar.tmpl Remove fomantic ".link" selector and styles (#23888) 2 years ago
repolist.tmpl Refactor dashboard repo list to Vue SFC (#23405) 2 years ago