Sha256: 557ea1655bd05504e6fe78b879217fa6eec5bc0a7563df4fc266badc5526dfc5
Contents?: true
Size: 509 Bytes
Versions: 10
Compression:
Stored size: 509 Bytes
Contents
=form_for @<%= table_name.singularize %> do |f| %table.outer <% @attr_cols.each do |col| %> %tr %td= f.label :<%= col.name %> %td.field= f.<%= col.field_type %> :<%= col.name %> <% end %> %tr <% if options.ext_form_submit? %> %td{:colspan => "2", :style => "text-align: center;"} = f.submit "Save & Back to List", name: "btn_index" = f.submit "Save & Reload", name: "btn_reload" <% else %> %td{:colspan => "2"}= f.submit <% end %> %br/ = link_to "Back", <%= table_name %>_path
Version data entries
10 entries across 10 versions & 1 rubygems