mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-10 15:35:59 +01:00
Fix html markup
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
</li>
|
</li>
|
||||||
<li class="menu-item-hover @if(active=="hooks"){active}">
|
<li class="menu-item-hover @if(active=="hooks"){active}">
|
||||||
<a href="@context.path/@context.loginAccount.get.userName/_hooks">
|
<a href="@context.path/@context.loginAccount.get.userName/_hooks">
|
||||||
<i class="menu-icon octicon octicon-plug"></i>
|
<i class="menu-icon octicon octicon-zap"></i>
|
||||||
<span>Service Hooks</span>
|
<span>Service Hooks</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
@@ -11,7 +11,8 @@
|
|||||||
@check(name: String, event: Event) = {
|
@check(name: String, event: Event) = {
|
||||||
name="@(name).@event.name" value="on" @if(events(event)){checked}
|
name="@(name).@event.name" value="on" @if(events(event)){checked}
|
||||||
}
|
}
|
||||||
<div class="panel-heading strong">Webhook / Manage webhook</div>
|
<div class="panel panel-default">
|
||||||
|
<div class="panel-heading strong">Webhook / Manage webhook</div>
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
<form method="POST" validate="true">
|
<form method="POST" validate="true">
|
||||||
<fieldset class="form-group">
|
<fieldset class="form-group">
|
||||||
|
|||||||
Reference in New Issue
Block a user