You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
382 B
12 lines
382 B
9 years ago
|
{{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}}
|