Sha256: a90849b9e670e607437a442b85ff2ee876006f63fdc0bb0ff99d4f5b3252e5bb
Contents?: true
Size: 269 Bytes
Versions: 7
Compression:
Stored size: 269 Bytes
Contents
<%= simple_form_for [:admin]+association_chain+[resource], :html => { :class => 'form-horizontal', :multipart => true } do |f| %> <%= render :partial=>"form_fields",locals:{f:f} %> <%= render :partial=>"form_actions",:locals=>{f: f, resource: resource} %> <% end %>
Version data entries
7 entries across 7 versions & 1 rubygems