summaryrefslogtreecommitdiff
path: root/app/views/application/_md_editor_user.html.erb
blob: 25f63a49e3bf02b7bfb8a275b37465a137bf4225 (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>