|
|
@@ -122,17 +122,17 @@
|
|
|
|
|
|
<p class="well">
|
|
|
<i class="icon-fw icon-exclamation text-danger"></i><span class="text-danger">NOT RECOMMENDED</span>
|
|
|
- <br><br>
|
|
|
- This is the way that compatible with Crowi,<br>
|
|
|
- but not recommended in GROWI because it is <strong>too complex</strong>.
|
|
|
- <br><br>
|
|
|
- Please use <a href="#slack-incoming-webhooks" data-toggle="tab" onclick="activateTab('slack-incoming-webhooks')">Slack incomming webhooks Configuration</a> instead.
|
|
|
+ <br><br>
|
|
|
+ This is the way that compatible with Crowi,<br>
|
|
|
+ but not recommended in GROWI because it is <strong>too complex</strong>.
|
|
|
+ <br><br>
|
|
|
+ Please use <a href="#slack-incoming-webhooks" data-toggle="tab" onclick="activateTab('slack-incoming-webhooks')">Slack incomming webhooks Configuration</a> instead.
|
|
|
</p>
|
|
|
|
|
|
<div class="form-group">
|
|
|
<label for="slackSetting[slack:token]" class="col-xs-3 control-label">OAuth Access Token</label>
|
|
|
<div class="col-xs-6">
|
|
|
- <input class="form-control" type="text" name="slackSetting[slack:token]" value="{{ slackSetting['slack:token'] || '' }}">
|
|
|
+ <input class="form-control" type="text" name="slackSetting[slack:token]" value="{{ slackSetting['slack:token'] || '' }}">
|
|
|
</div>
|
|
|
</div>
|
|
|
|