1
0
Fork 0

CB/tmpl: link access token instructions to CB Docs

codeberg-1.18
n 2021-06-14 12:30:57 +02:00 committed by fnetx
parent af952af4e7
commit 5d049099ed
No known key found for this signature in database
GPG Key ID: 03870C95EE9F2661
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
<div class="inline field {{if .Err_Auth}}error{{end}}">
<label for="auth_token">{{.locale.Tr "access_token"}}</label>
<input id="auth_token" name="auth_token" value="{{.auth_token}}" {{if not .auth_token}} data-need-clear="true" {{end}}>
<a target="_blank" href="https://docs.gitea.io/en-us/api-usage">{{svg "octicon-question"}}</a>
<a target="_blank" href="https://docs.codeberg.org/advanced/access-token">{{svg "octicon-question"}}</a>
</div>
{{template "repo/migrate/options" .}}