Sha256: f0661356a21ac949124bcc2395fd13b902fb93aa42774cd83543be1d8f823943
Contents?: true
Size: 499 Bytes
Versions: 11
Compression:
Stored size: 499 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 %>" id="<%%= content_dom_id(content) %>"> <%%= label_and_remove_link(content) %> <%%= text_field_tag( content.form_field_name, content.ingredient, :id => content.form_field_id ) %> </div> <%% end %>
Version data entries
11 entries across 11 versions & 1 rubygems