loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request 'template: `label` fix correct input id' (#3789) from Frankkkkk/forgejo:fvd/fix-label into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3789
Reviewed-by: Beowulf <beowulf@noreply.codeberg.org>
Reviewed-by: Mai-Lapyst <mai-lapyst@noreply.codeberg.org>

Otto c4d7045a fc0c5e80

+1 -1
+1 -1
templates/repo/settings/deploy_keys.tmpl
··· 28 28 <div class="field"> 29 29 <div class="ui checkbox {{if .Err_IsWritable}}error{{end}}"> 30 30 <input id="ssh-key-is-writable" name="is_writable" type="checkbox" value="1"> 31 - <label for="is_writable"> 31 + <label for="ssh-key-is-writable"> 32 32 {{ctx.Locale.Tr "repo.settings.is_writable"}} 33 33 </label> 34 34 <small class="tw-pl-[26px]">{{ctx.Locale.Tr "repo.settings.is_writable_info"}}</small>