forgejo/templates/repo
Gusted 854b5a1379
[GITEA] Add anchor to review types
- The review type '22' is a general comment type that is attached to
single codecomments, reviews with multiple comments or to simple approve
and request changes comment. This comment can be used to create a link
towards this action on an pull request.
- Adds an anchor to the review comment type, so that when its getting
linked to it, it actually jumps towards that event.
- This also now fixes the behavior that after you created a review you
will be redirected to that review and because this is an general comment
type other mails will also be 'fixed' such as the approved or request changes.
- Resolves https://codeberg.org/forgejo/forgejo/issues/1248

(cherry picked from commit b0c3075a79)
(cherry picked from commit f61505281c)
(cherry picked from commit 1741a5f1fe)
(cherry picked from commit 5ee4cf2ed9)
(cherry picked from commit 601f00e530)
(cherry picked from commit 9ce8aa57fb)
2023-09-25 20:43:17 +02:00
..
actions Fix more "locale" usages (#27259) 2023-09-25 20:42:40 +08:00
branch Fix more "locale" usages (#27259) 2023-09-25 20:42:40 +08:00
cite Always use ctx.Locale.Tr inside templates (#27231) 2023-09-25 08:56:50 +00:00
code Fix more "locale" usages (#27259) 2023-09-25 20:42:40 +08:00
diff Fix more "locale" usages (#27259) 2023-09-25 20:42:40 +08:00
editor Fix more "locale" usages (#27259) 2023-09-25 20:42:40 +08:00
find Always use ctx.Locale.Tr inside templates (#27231) 2023-09-25 08:56:50 +00:00
graph Use print instead of printf (#27093) 2023-09-16 03:51:54 +00:00
issue [GITEA] Add anchor to review types 2023-09-25 20:43:17 +02:00
migrate [FEAT] add Forgero Git Service 2023-09-25 16:02:39 +02:00
projects Change green buttons to primary color (#27099) 2023-09-18 22:05:31 +00:00
pulls Always use ctx.Locale.Tr inside templates (#27231) 2023-09-25 08:56:50 +00:00
release Fix more "locale" usages (#27259) 2023-09-25 20:42:40 +08:00
settings [GITEA] Make confirmation clearer for dangerous actions 2023-09-25 16:12:31 +02:00
tag Fix more "locale" usages (#27259) 2023-09-25 20:42:40 +08:00
wiki Fix more "locale" usages (#27259) 2023-09-25 20:42:40 +08:00
activity.tmpl Fix more "locale" usages (#27259) 2023-09-25 20:42:40 +08:00
blame.tmpl Always use ctx.Locale.Tr inside templates (#27231) 2023-09-25 08:56:50 +00:00
branch_dropdown.tmpl Always use ctx.Locale.Tr inside templates (#27231) 2023-09-25 08:56:50 +00:00
clone_buttons.tmpl Fix more "locale" usages (#27259) 2023-09-25 20:42:40 +08:00
clone_script.tmpl Rework button coloring, add focus and active colors (#24507) 2023-05-29 12:45:22 +00:00
commit_load_branches_and_tags.tmpl Always use ctx.Locale.Tr inside templates (#27231) 2023-09-25 08:56:50 +00:00
commit_page.tmpl Fix more "locale" usages (#27259) 2023-09-25 20:42:40 +08:00
commit_status.tmpl Remove commit status running and warning from the dashboard repo list (#26036) 2023-07-21 10:32:25 +00:00
commit_statuses.tmpl cleanup locale function usage (#27227) 2023-09-24 20:31:58 +00:00
commits.tmpl Always use ctx.Locale.Tr inside templates (#27231) 2023-09-25 08:56:50 +00:00
commits_list.tmpl Fix more "locale" usages (#27259) 2023-09-25 20:42:40 +08:00
commits_list_small.tmpl Use print instead of printf (#27093) 2023-09-16 03:51:54 +00:00
commits_table.tmpl Fix more "locale" usages (#27259) 2023-09-25 20:42:40 +08:00
create.tmpl Always use ctx.Locale.Tr inside templates (#27231) 2023-09-25 08:56:50 +00:00
create_helper.tmpl Always use ctx.Locale.Tr inside templates (#27231) 2023-09-25 08:56:50 +00:00
empty.tmpl Fix more "locale" usages (#27259) 2023-09-25 20:42:40 +08:00
file_info.tmpl Always use ctx.Locale.Tr inside templates (#27231) 2023-09-25 08:56:50 +00:00
forks.tmpl Always use ctx.Locale.Tr inside templates (#27231) 2023-09-25 08:56:50 +00:00
graph.tmpl Fix more "locale" usages (#27259) 2023-09-25 20:42:40 +08:00
header.tmpl Always use ctx.Locale.Tr inside templates (#27231) 2023-09-25 08:56:50 +00:00
home.tmpl Fix more "locale" usages (#27259) 2023-09-25 20:42:40 +08:00
icon.tmpl Refactor some CSS styles and simplify code (#26771) 2023-08-28 22:14:51 +08:00
packages.tmpl Fix inconsistent user profile layout across tabs (#25625) 2023-07-06 18:59:24 +00:00
release_tag_header.tmpl Fix more "locale" usages (#27259) 2023-09-25 20:42:40 +08:00
search.tmpl Fix more "locale" usages (#27259) 2023-09-25 20:42:40 +08:00
search_name.tmpl Clean template/helper.go (#23922) 2023-04-07 03:31:41 -04:00
shabox_badge.tmpl cleanup locale function usage (#27227) 2023-09-24 20:31:58 +00:00
sub_menu.tmpl Fix more "locale" usages (#27259) 2023-09-25 20:42:40 +08:00
unicode_escape_prompt.tmpl cleanup locale function usage (#27227) 2023-09-24 20:31:58 +00:00
upload.tmpl Always use ctx.Locale.Tr inside templates (#27231) 2023-09-25 08:56:50 +00:00
user_cards.tmpl Always use ctx.Locale.Tr inside templates (#27231) 2023-09-25 08:56:50 +00:00
view_file.tmpl Fix more "locale" usages (#27259) 2023-09-25 20:42:40 +08:00
view_list.tmpl Fix more "locale" usages (#27259) 2023-09-25 20:42:40 +08:00
watchers.tmpl Fix user-cards format (#24428) 2023-04-29 15:43:01 -04:00