Sha256: a590ce89f66996f8e3aaabda7d168a3851f15390a7d13437dd733ec6c18bec3a
Contents?: true
Size: 805 Bytes
Versions: 26
Compression:
Stored size: 805 Bytes
Contents
<a class="close-reveal-modal" aria-label="Close">×</a> <h2 id="modalTitle">New</h2> <%= simple_form_for @record, as: 'record', url: table_create_path(@table, pk_id: @record[@table.primary_key]), remote: true, method: :post, html: {class: 'vertical_form'} do |form| %> <div class='scrollable_form'> <% @record.class.columns.each do |column| %> <% name = column.name %> <% next if [@table.primary_key, 'created_at', 'updated_at'].include?(column.name) %> <%= form.input name, label: name %> <% end %> </div> <%= form.submit 'SAVE', class: 'button small' %> <a class='close' onclick="$('#system_modal').foundation('reveal', 'close');$">Close</a> <% end %> <span class="radius warning label">NOTE: Update will happen without any validations.</span>
Version data entries
26 entries across 26 versions & 2 rubygems