Fix html markup

This commit is contained in:
Naoki Takezoe
2017-06-24 15:04:57 +09:00
parent 0a4b78160f
commit d14a5df3fe
2 changed files with 3 additions and 2 deletions

View File

@@ -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>

View File

@@ -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">