0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-23 04:59:05 +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
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
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
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