Add placeholder to Rocket.Chat URL.

This commit is contained in:
Egon Zemmer
2017-03-02 14:53:46 +01:00
parent cb271d3522
commit 31b215ad01

View File

@@ -1,6 +1,6 @@
<p>
<label for="settings_rocketchat_url">Rocket.Chat URL</label>
<input type="text" id="settings_rocketchat_url" size=80 value="<%= settings['rocketchat_url'] %>" name="settings[rocketchat_url]" />
<input type="text" id="settings_rocketchat_url" size=80 value="<%= settings['rocketchat_url'] %>" name="settings[rocketchat_url]" placeholder="https://rocket.chat/hooks/my_rocket_chat_token" />
</p>
<p>