summaryrefslogtreecommitdiff
path: root/app/views/application/_md_editor_user.html.erb
blob: d799fce3c665d0d36ece7e57edc764bb9947c257 (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." %>
    <%= text_field_tag name, content, options %>
  </div>
</div>