Sha256: 30bc1728fc6f4470d2a1b0735ffd0845d7e49b3784b0bdbe419ed6c686d61a31
Contents?: true
Size: 1.09 KB
Versions: 25
Compression:
Stored size: 1.09 KB
Contents
.controls.col-sm-10{data: { nestedone: true }} %ul.nav{style: 'margin-bottom:0px; display:none'} .btn-group %a.btn.btn-info.toggler{:'data-toggle' => "button", :'data-target' => "#{form.jquery_namespace(field)} > .tab-content", class: (field.active? ? 'active' : '') } %i.icon-white - unless field.nested_form[:update_only] || !field.inline_add = form.link_to_add "<i class=\"icon-plus icon-white\"></i> #{wording_for(:link, :new, field.associated_model_config.abstract_model)}".html_safe, field.name, { class: 'btn btn-info', :'data-add-label' => "<i class=\"icon-plus icon-white\"></i> #{wording_for(:link, :new, field.associated_model_config.abstract_model)}".gsub("\n", "") } = form.errors_for(field) = form.help_for(field) .tab-content = form.fields_for field.name do |nested_form| - if field.nested_form[:allow_destroy] = nested_form.link_to_remove '<span class="btn btn-small btn-danger"><i class="icon-trash icon-white"></i></span>'.html_safe = nested_form.generate({action: :nested, model_config: field.associated_model_config, nested_in: field })
Version data entries
25 entries across 25 versions & 2 rubygems