Sha256: c81fc399dda450b50933ba3181be7e38259f7e5f727029d7981ac55e531e12de
Contents?: true
Size: 1.01 KB
Versions: 4
Compression:
Stored size: 1.01 KB
Contents
<section> <header> <h1>#{get_breadcrumbs}</h1> </header> <div class="body"> #{form_for( @field_group, :method => :post, :action => CustomFields::Controller::CustomFieldGroups.r(:save), :id => :custom_field_group_form, :'data-autosave-url' => CustomFields::Controller::CustomFieldGroups \ .r(:autosave) ) do |f| f.input_hidden(:id , @field_group.id) f.input_hidden(:csrf_token, get_csrf_token) f.input_text( lang('custom_field_groups.labels.name'), :name, :required => :required, :maxlength => 255 ) f.textarea( lang('custom_field_groups.labels.description'), :description, :rows => 8 ) f.g.input( :type => 'submit', :value => lang('custom_field_groups.buttons.save'), :class => 'button' ) end} </div> </section>
Version data entries
4 entries across 4 versions & 1 rubygems