gitea/templates/repo
zeripath f5b0e2c9d2
Simplify split diff view generation and remove JS dependency ()
Gitea has relied on some slow JS code to match up added and deleted lines on the
diff pages. This can cause a considerable slow down on large diff pages.

This PR makes a small change meaning that the matching up can occur much more simply.

Partial fix 

Signed-off-by: Andrew Thornton <art27@cantab.net>
..
branch Add possibility to make branch in branch page ()
diff Simplify split diff view generation and remove JS dependency ()
editor Add attachments for PR reviews ()
graph Use pulls in commit graph unless pulls are disabled ()
issue Fix dependency link rendering in PR sidebar ()
migrate Unify migration descriptions ()
projects remove unimplemented searchbar from project view ()
pulls Enforce tab indentation in templates ()
release Prevent 500 on draft releases without tag ()
settings Add support for corporate WeChat webhooks ()
wiki Add edit button to wiki sidebar and footer ()
activity.tmpl Enforce tab indentation in templates ()
blame.tmpl Link to previous blames in file blame page ()
branch_dropdown.tmpl Fix extra curly brace breaking release compare ()
clone_buttons.tmpl Update JS dependencies ()
commit_page.tmpl Enforce tab indentation in templates ()
commit_status.tmpl Show dropdown with all statuses for commit ()
commit_statuses.tmpl Show dropdown with all statuses for commit ()
commits.tmpl Add compare tag dropdown to releases page ()
commits_list.tmpl Replace `list.List` with slices ()
commits_list_small.tmpl Replace `list.List` with slices ()
commits_table.tmpl Show correct text when comparing commits on empty pull request ()
create.tmpl not show link to migration on repo reate page when it was disabled ()
empty.tmpl Fix default push instructions on empty repos ()
forks.tmpl Direct avatar rendering ()
graph.tmpl Add class to page content to unify top margin ()
header.tmpl Add push to remote mirror repository ()
home.tmpl Add bundle download for repository ()
icon.tmpl Do not display org avatar near icon for internal repos ()
search.tmpl Issue sidebar and misc css fixes ()
shabox_badge.tmpl Fix avatar template error ()
sub_menu.tmpl Move macaron to chi ()
upload.tmpl Add attachments for PR reviews ()
user_cards.tmpl Direct avatar rendering ()
view_file.tmpl Just use a slice when rendering file ()
view_list.tmpl Show dropdown with all statuses for commit ()
watchers.tmpl Add class to page content to unify top margin ()