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.
forgejo/templates
Brecht Van Lommel 7a286e4753
Improve pull request command line instructions (#27778)
* Show checkout instructions also when there is no permission to push,
for anyone who wants to locally test the changes.
* First checkout the branch exactly as is, without immediately having to
solve merge conflicts. Leave this to the merge step, since it's often
convenient to test a change without worrying about this.
* Use `git fetch -u`, so an existing local branch is updated when
re-testing the same pull request. But not the more risky `git fetch -f`
in to handle force pushes, as we don't want to accidentally overwrite
important local changes.
* Show different merge command depending on the chosen merge style,
interactively updated.
9 months ago
..
admin cleanup repo details icons/labels (#27644) 10 months ago
api/packages/pypi Remove incorrect HTML self close tag (#23748) 1 year ago
base Rename the default themes to gitea-light, gitea-dark, gitea-auto (#27419) 10 months ago
code Fix more "locale" usages (#27259) 10 months ago
custom Add footer extra links template (#9576) 5 years ago
devtest Improve dropdown button alignment and fix hover bug (#27632) 10 months ago
explore Fix incorrect "tab" parameter for repo search sub-template (#27755) 10 months ago
mail Update team invitation email link (#26550) 11 months ago
org Add word-break to organization name and description (#26624) 9 months ago
package Cargo package - Fix missing domain in cargo sparse url (#27370) 10 months ago
projects More `db.DefaultContext` refactor (#27265) 10 months ago
repo Improve pull request command line instructions (#27778) 9 months ago
shared Add word-break to organization name and description (#26624) 9 months ago
status Rename the default themes to gitea-light, gitea-dark, gitea-auto (#27419) 10 months ago
swagger api: GetPullRequestCommits: return file list (#27483) 10 months ago
user Show placeholder email in privacy popup (#27770) 9 months ago
webhook Extract common code to new template (#26933) 11 months ago
home.tmpl Fix more "locale" usages (#27259) 10 months ago
install.tmpl Fix more "locale" usages (#27259) 10 months ago
post-install.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 10 months ago