* Added Thread Search Feature * Added User Search Feature * Re-organized searching, added @mention support to author search
9 lines
340 B
Plaintext
9 lines
340 B
Plaintext
<div class="md_editor">
|
|
<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." %>
|
|
<%= text_field_tag name, content, options %>
|
|
</div>
|
|
</div>
|