Fixed identation

This commit is contained in:
Vsevolod Strukchinsky 2014-02-09 20:14:10 +06:00
parent 833563763c
commit 87cc740e8a

View file

@ -44,11 +44,11 @@
<input class="form-control form-control-large" type="text" name="GitHubKey" value="{{.Settings.GitHubKey}}" /> <input class="form-control form-control-large" type="text" name="GitHubKey" value="{{.Settings.GitHubKey}}" />
<input class="form-control form-control-large" type="password" name="GitHubSecret" value="{{.Settings.GitHubSecret}}" /> <input class="form-control form-control-large" type="password" name="GitHubSecret" value="{{.Settings.GitHubSecret}}" />
</div> </div>
<label>GitHub Settings:</label> <label>GitHub Settings:</label>
<div> <div>
<input class="form-control form-control-large" type="text" name="GitHubDomain" value="{{.Settings.GitHubDomain}}" /> <input class="form-control form-control-large" type="text" name="GitHubDomain" value="{{.Settings.GitHubDomain}}" />
<input class="form-control form-control-large" type="text" name="GitHubApiUrl" value="{{.Settings.GitHubApiUrl}}" /> <input class="form-control form-control-large" type="text" name="GitHubApiUrl" value="{{.Settings.GitHubApiUrl}}" />
</div> </div>
</div> </div>
<div class="form-group hide"> <div class="form-group hide">
<div class="alert">Bitbucket OAuth Consumer Key and Secret.</div> <div class="alert">Bitbucket OAuth Consumer Key and Secret.</div>