Sha256: d463002d5b82b7321afba496144fcc6b99423d04165ad5f56dd93ddef062dfce
Contents?: true
Size: 736 Bytes
Versions: 2
Compression:
Stored size: 736 Bytes
Contents
.structure-form-pane{class: ('active' if f.options[:child_index] == 0), id: "structure_form_pane_#{f.object.id}"} / Hidden field = f.hidden_field :position, placeholder: "Position", class: "structure_form_pane_#{f.object.id}_position" / Strucure parts = f.fields_for :structure_parts do |ff| = ff.hidden_field :id = ff.hidden_field :title = ff.hidden_field :structure_partable_type = ff.hidden_field :name .structure-form-part = render "spina/admin/structure_partables/#{ partable_type_partial_namespace(ff.object.structure_partable_type) }/form", f: ff = f.hidden_field :_destroy = link_to t('spina.delete'), '#', class: 'remove-structure-item-fields button button-mini button-link pull-right'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spina-0.10.0 | app/views/spina/admin/structure_items/_fields.html.haml |
spina-0.9.0 | app/views/spina/admin/structure_items/_fields.html.haml |