Sha256: 20f58c0be0e2e3c28a233d4abbe4b9dfe70ecbb61e3e6877ad2354ad01a40ae4
Contents?: true
Size: 440 Bytes
Versions: 2
Compression:
Stored size: 440 Bytes
Contents
<ul class="inline-list"> <li><%= ffst.name %></li> <li> <%= ajax_link "Edit", edit_free_form_section_type_path(ffst), {}, dom_target(ffst) %> </li> <li> <%= ajax_link "Required partials", partial_types_path(ffst_id: ffst), {}, "#partials_#{dom_id(ffst)}" %> </li> <li> <%= ajax_delete 'Delete', free_form_section_type_path(ffst), {}, dom_target(ffst) %> </li> <div id="partials_<%= dom_id(ffst) %>"></div> </ul>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulitzer-0.12.5 | app/views/pulitzer/free_form_section_types/_show.html.erb |
pulitzer-0.12.4 | app/views/pulitzer/free_form_section_types/_show.html.erb |