summaryrefslogtreecommitdiff
path: root/app/views/application/_md_editor_user.html.erb
blob: 950b96251dfc7e30ddf100d6d35b5734a3300b8c (plain)
1
2
3
4
5
6
7
8
<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>