summaryrefslogtreecommitdiff
path: root/app/views/application/_md_editor_user.html.erb
diff options
context:
space:
mode:
authorMrYummy <elemental428@gmail.com>2017-06-02 19:22:04 +0200
committerMrYummy <elemental428@gmail.com>2017-06-18 13:11:36 -0400
commit0c939f044ccd08dc741f3afaca91dbeb9b0d4b1b (patch)
treeca4054a686fff421277f7ce65eab003f1e18857e /app/views/application/_md_editor_user.html.erb
parentdeba1b76e39c3528ca66e92c94a91eb3a8b4526b (diff)
removed passing of useless params, updated placeholder for user textcomplete
Diffstat (limited to 'app/views/application/_md_editor_user.html.erb')
-rw-r--r--app/views/application/_md_editor_user.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/application/_md_editor_user.html.erb b/app/views/application/_md_editor_user.html.erb
index 25f63a4..d799fce 100644
--- a/app/views/application/_md_editor_user.html.erb
+++ b/app/views/application/_md_editor_user.html.erb
@@ -2,7 +2,7 @@
<div class="field_container_user">
<% options = (defined?(options) && options || {}) %>
<% options[:class] = "#{options[:class]} editor_field" %>
- <% options[:placeholder] ||= "Enter user's name. Prefix with \"@\" to get suggestions." %>
+ <% options[:placeholder] ||= "Enter user's name." %>
<%= text_field_tag name, content, options %>
</div>
</div>