<%= render partial: 'mdhelp' %>
Preview
<% options = (defined?(options) && options || {}) %> <% options[:class] = "#{options[:class]} editor_field" %> <% options[:placeholder] ||= "Text" %> <%= text_area_tag name, content, options %>
(Loading...)