mirror of
https://github.com/go-gitea/gitea.git
synced 2025-03-04 07:02:07 +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. 
9 lines
234 B
Handlebars
9 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" .}}
|