Sha256: 421af20e9606bb5bd977e5cbb90afcf5e0b526ffaf2f8397e818768e4519ba53
Contents?: true
Size: 343 Bytes
Versions: 3
Compression:
Stored size: 343 Bytes
Contents
<% content_for :javascripts do %> <%= javascript_include_tag 'ckeditor/ckeditor' %> <% end %> <% custom = { :rows => @resource.typus_options_for(:form_rows), :class => "ckeditor" } options = options.merge!(custom) %> <li id="<%= attribute %>"> <%= form.label attribute, label_text %> <%= form.text_area attribute, options %> </li>
Version data entries
3 entries across 3 versions & 1 rubygems