Added "Mattermost URL" setting information on the configure page (sync with sciyoshi/redmine-slack commit 5992e7c3eab4c669d2aed6a33cd253a59a61484a)

This commit is contained in:
Thanos Kyritsis
2016-02-11 15:07:22 +02:00
parent 4e692caefc
commit ed2077ae0f

View File

@@ -3,6 +3,11 @@
<input type="text" id="settings_mattermost_url" size=80 value="<%= settings['mattermost_url'] %>" name="settings[mattermost_url]" />
</p>
<p>
The URL can be changed on a per-project basis by creating a
<a href="/custom_fields/new?type=ProjectCustomField">project custom field</a> named "Mattermost URL" (without quotes).
</p>
<p>
<label for="settings_channel">Mattermost Channel</label>
<input type="text" id="settings_channel" value="<%= settings['channel'] %>" name="settings[channel]" />