Sha256: 1edd1e4420bdd8a5eda920f751317366aaaa9480464acd0b386a1513501202f5
Contents?: true
Size: 538 Bytes
Versions: 22
Compression:
Stored size: 538 Bytes
Contents
<%%# Available locals: * content (The object the essence is linked to the element) * html_options Please consult Alchemy::Content.rb docs for further methods on the content object %> <%% cache(content) do %> <div class="content_editor <%= @essence_name.classify.demodulize.underscore %>" id="<%%= content.dom_id %>" data-content-id="<%%= content.id %>"> <%%= label_and_remove_link(content) %> <%%= text_field_tag( content.form_field_name, content.ingredient, :id => content.form_field_id ) %> </div> <%% end %>
Version data entries
22 entries across 22 versions & 2 rubygems