Sha256: 210764bf7ca55c15327f750c69c611eab1d9805f5214cb800caa6b62eba6ae29
Contents?: true
Size: 505 Bytes
Versions: 12
Compression:
Stored size: 505 Bytes
Contents
.panel.panel-default .panel-heading %i.icon-edit.icon-large = yield :form_title .panel-body = simple_form_for(@<%= singular_table_name %>) do |f| = f.error_notification .form-inputs <%- attributes.each do |attribute| -%> = f.<%= attribute.reference? ? :association : :input %> :<%= attribute.name %> <%- end -%> .form-actions = f.button :submit, class: 'btn btn-default' = link_to t('cancel'), <%= index_helper %>_path, class: 'btn'
Version data entries
12 entries across 12 versions & 1 rubygems