Merge pull request #464 from jollychang/master

admin page add github Register a new OAuth application link.
This commit is contained in:
Brad Rydzewski 2014-09-18 11:23:45 -07:00
commit 831b034aa3

View file

@ -39,7 +39,7 @@
</div>
<div class="form-group">
<div class="alert">GitHub OAuth Consumer Key and Secret</div>
<label>GitHub Client ID and Secret:</label>
<label>GitHub Client ID and Secret: (<a href="https://github.com/settings/applications/new"> Register a new OAuth application</a>)</label>
<div>
<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}}" />