diff options
Diffstat (limited to 'templates/repo/settings/hook_history.tmpl')
-rw-r--r-- | templates/repo/settings/hook_history.tmpl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/repo/settings/hook_history.tmpl b/templates/repo/settings/hook_history.tmpl new file mode 100644 index 0000000000..be837ccae6 --- /dev/null +++ b/templates/repo/settings/hook_history.tmpl @@ -0,0 +1,12 @@ +{{if .PageIsSettingsHooksEdit}} +<div id="setting-content"> + <div id="repo-hooks-history-panel" class="panel panel-radius"> + <div class="panel-header"> + <strong>{{.i18n.Tr "repo.settings.recent_deliveries"}}</strong> + </div> + <ul class="panel-body setting-list"> + <li>Coming soon!</li> + </ul> + </div> +</div> +{{end}}
\ No newline at end of file |