0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-15 07:16:47 +01:00
gitea/templates/repo/issue/view_content
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
..
add_reaction.tmpl
attachments.tmpl
comments_authorlink.tmpl
comments_delete_time.tmpl
comments.tmpl Replace DateTime with proper functions (#32402) 2024-11-02 21:04:53 +00:00
context_menu.tmpl
conversation.tmpl
pull_merge_instruction.tmpl
pull.tmpl Make admins adhere to branch protection rules (#32248) 2024-10-23 12:39:43 +08:00
reactions.tmpl
reference_issue_dialog.tmpl
show_role.tmpl
sidebar.tmpl Replace DateTime with DateUtils (#32383) 2024-11-02 04:08:28 +00:00
update_branch_by_merge.tmpl
watching.tmpl