Sha256: ab7cbf87ea1386abf43b7dc33d0cae641793fb2f371d26e47a260f960c250704

Contents?: true

Size: 361 Bytes

Versions: 2

Compression:

Stored size: 361 Bytes

Contents

<% content_for :javascripts do %>
  <%= javascript_include_tag '/vendor/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.html_safe %>
  <%= form.text_area attribute, options %>
</li>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
typus-3.0.12 app/views/admin/templates/_text_with_ckeditor.html.erb
typus-3.0.11 app/views/admin/templates/_text_with_ckeditor.html.erb