Sha256: 7e44546e6d48fe842623e8de1772502c715c0141581841bde1b9e9ab6175aa2a

Contents?: true

Size: 238 Bytes

Versions: 10

Compression:

Stored size: 238 Bytes

Contents

<% cache(content) do %>
<div class="content_editor essence_html_editor" data-content-id="<%= content.id %>">
  <%= content_label(content) %>
  <%= text_area_tag(
    content.form_field_name,
    content.ingredient
  ) %>
</div>
<% end %>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
alchemy_cms-3.4.2 app/views/alchemy/essences/_essence_html_editor.html.erb
alchemy_cms-3.4.1 app/views/alchemy/essences/_essence_html_editor.html.erb
alchemy_cms-3.3.3 app/views/alchemy/essences/_essence_html_editor.html.erb
alchemy_cms-3.3.2 app/views/alchemy/essences/_essence_html_editor.html.erb
alchemy_cms-3.4.0 app/views/alchemy/essences/_essence_html_editor.html.erb
alchemy_cms-3.4.0.rc1 app/views/alchemy/essences/_essence_html_editor.html.erb
alchemy_cms-3.3.1 app/views/alchemy/essences/_essence_html_editor.html.erb
alchemy_cms-3.3.0 app/views/alchemy/essences/_essence_html_editor.html.erb
alchemy_cms-3.3.0.rc2 app/views/alchemy/essences/_essence_html_editor.html.erb
alchemy_cms-3.3.0.rc1 app/views/alchemy/essences/_essence_html_editor.html.erb