Sha256: c421d0b3eb4c21b111554deffe91dca728df7bdc302864df53467e50a42c2c10
Contents?: true
Size: 536 Bytes
Versions: 20
Compression:
Stored size: 536 Bytes
Contents
.nested-fields.row .col-lg-3 = f.input :function_type, label: t('keppler_frontend.attributes.function'), collection: f.object.set_function_types.map { |v| [v.to_s.split('_').map(&:capitalize).join(" "), v] } , include_blank: false .col-lg-4 = f.input :name, label: t('keppler_frontend.attributes.callback'), collection: f.object.set_callbacks, include_blank: false .col-lg-1 = link_to_remove_association "<button class='btn btn-default btn-delete-field'><i class='icon-trash'></i></button>".html_safe, f .clearfix
Version data entries
20 entries across 20 versions & 1 rubygems