removed passing of useless params, updated placeholder for user textcomplete
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user