mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-03-02 23:43:13 +01:00
Currently we can add webhooks for organizations but not for users. This PR adds the latter. You can access it from the current users settings. 
8 lines
234 B
Handlebars
8 lines
234 B
Handlebars
{{template "base/head" .}}
|
|
<div class="page-content user settings webhooks">
|
|
{{template "user/settings/navbar" .}}
|
|
<div class="ui container">
|
|
{{template "repo/settings/webhook/list" .}}
|
|
</div>
|
|
</div>
|
|
{{template "base/footer" .}}
|