Add placeholder to Rocket.Chat URL.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user