0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-06 00:31:57 +01:00
gitea/templates/repo/diff
wxiaoguang 56ae853ca0
Simplify template helper functions (#24570)
To avoid bloating the template helper functions, some functions could be
provided by type methods.

And the new code `data-line-type="{{.GetHTMLDiffLineType}}"` reads
better than `data-line-type="{{DiffLineTypeToStr .GetType}}"`


After the fix, screenshots (the same as before):

<details>


![image](https://user-images.githubusercontent.com/2114189/236657918-20ce01e0-1192-443e-aeb4-6b3fe1aa2102.png)


![image](https://user-images.githubusercontent.com/2114189/236657950-ee19727f-a1fc-4133-afc7-e5d1a8c1783f.png)

</details>
2023-05-07 09:49:46 +00:00
..
blob_excerpt.tmpl Simplify template helper functions (#24570) 2023-05-07 09:49:46 +00:00
box.tmpl
comment_form_datahandler.tmpl
comment_form.tmpl
comments.tmpl
compare.tmpl
conversation.tmpl
csv_diff.tmpl
escape_title.tmpl
image_diff.tmpl
new_comment.tmpl
new_review.tmpl
options_dropdown.tmpl
section_code.tmpl
section_split.tmpl Simplify template helper functions (#24570) 2023-05-07 09:49:46 +00:00
section_unified.tmpl Simplify template helper functions (#24570) 2023-05-07 09:49:46 +00:00
stats.tmpl
whitespace_dropdown.tmpl