mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-01 23:29:12 +01:00
5882e179a9
Fixes #22183 Replaces #22187 This PR adds secrets for users. I refactored the files for organizations and repos to use the same logic and templates. I splitted the secrets from deploy keys again and reverted the fix from #22187. --------- Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
10 lines
288 B
Handlebars
10 lines
288 B
Handlebars
{{template "base/head" .}}
|
|
<div class="page-content repository settings">
|
|
{{template "repo/header" .}}
|
|
{{template "repo/settings/navbar" .}}
|
|
<div class="ui container">
|
|
{{template "base/alert" .}}
|
|
{{template "shared/secrets/add_list" .}}
|
|
</div>
|
|
</div>
|
|
{{template "base/footer" .}}
|