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/repo/issue/view_content
wxiaoguang 241b74f6c5
Improve template helper (#24417)
It seems that we really need the "context function" soon. So we should
clean up the helper functions first.

Major changes:

* Improve StringUtils and add JsonUtils
* Remove one-time-use helper functions like CompareLink
* Move other code (no change) to util_avatar/util_render/util_misc (no
need to propose changes for them)

I have tested the changed templates:


![image](https://user-images.githubusercontent.com/2114189/235283862-608dbf6b-2da3-4d06-8157-b523ca93edb4.png)


![image](https://user-images.githubusercontent.com/2114189/235283888-1dfc0471-e622-4d64-9d76-7859819580d3.png)


![image](https://user-images.githubusercontent.com/2114189/235283903-d559f14d-4abb-4a50-915f-2b9cbc381a7a.png)


![image](https://user-images.githubusercontent.com/2114189/235283955-b7b5adea-aca3-4758-b38a-3aae3f7c6048.png)

---------

Co-authored-by: Giteabot <teabot@gitea.io>
2 years ago
..
add_reaction.tmpl Use data-tooltip-content for tippy tooltip (#23649) 2 years ago
attachments.tmpl Improve template helper functions: string/slice (#24266) 2 years ago
comments.tmpl Improve template helper (#24417) 2 years ago
comments_delete_time.tmpl Refactor delete_modal_actions template and use it for project column related actions (#24097) 2 years ago
context_menu.tmpl Group template helper functions, remove `Printf`, improve template error messages (#23982) 2 years ago
pull.tmpl Add comments for Manually Merged feature (#24291) 2 years ago
pull_merge_instruction.tmpl Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remove inline style=display:none (#22950) 2 years ago
reactions.tmpl Merge template functions "dict/Dict/mergeinto" (#23932) 2 years ago
reference_issue_dialog.tmpl Group template helper functions, remove `Printf`, improve template error messages (#23982) 2 years ago
sidebar.tmpl Fix template function DateTime (#24317) 2 years ago
update_branch_by_merge.tmpl Fix "Updating branch by merge" bug in "update_branch_by_merge.tmpl" (#23790) 2 years ago