0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-15 05:06:48 +01:00
gitea/templates/repo/issue
wxiaoguang 259811617b
Replace DateTime with proper functions (#32402)
Follow #32383

This PR cleans up the "Deadline" usages in templates, make them call
`ParseLegacy` first to get a `Time` struct then display by `DateUtils`.

Now it should be pretty clear how "deadline string" works, it makes it
possible to do further refactoring and correcting.
2024-11-02 21:04:53 +00:00
..
fields
labels
milestone Added default sorting milestones by name (#27084) 2024-07-16 10:08:54 +02:00
view_content Replace DateTime with proper functions (#32402) 2024-11-02 21:04:53 +00:00
branch_selector_field.tmpl
card.tmpl
choose.tmpl
comment_tab.tmpl
filter_actions.tmpl Fix Bug in Issue/pulls list (#32081) 2024-09-24 01:09:57 +08:00
filter_list.tmpl
filters.tmpl
label_precolors.tmpl
labels.tmpl
list.tmpl
milestone_issues.tmpl Replace DateTime with proper functions (#32402) 2024-11-02 21:04:53 +00:00
milestone_new.tmpl
milestones.tmpl Replace DateTime with proper functions (#32402) 2024-11-02 21:04:53 +00:00
navbar.tmpl
new_form.tmpl Support issue template assignees (#31083) 2024-08-12 16:00:40 +08:00
new.tmpl
openclose.tmpl
search.tmpl
view_content.tmpl
view_title.tmpl remove unused call to $.HeadRepo in view_title template (#32317) 2024-10-30 13:12:48 +08:00
view.tmpl