mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-02 08:19:04 +01:00
65588b732c
I noticed that the code of several new webhook pages is highly repetitive, so I pulled out the common parts to a new template, unified reference, unified maintenance --------- Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
5 lines
220 B
Handlebars
5 lines
220 B
Handlebars
{{template "user/settings/layout_head" (dict "ctxData" . "pageClass" "user settings new webhook")}}
|
|
<div class="user-setting-content">
|
|
{{template "webhook/new" .}}
|
|
</div>
|
|
{{template "user/settings/layout_footer" .}}
|