Sha256: aa773e145e47d0ed36f29b1d5be10e88624e8d4f5874fff73661c5823331f749
Contents?: true
Size: 819 Bytes
Versions: 15
Compression:
Stored size: 819 Bytes
Contents
<%= form_for([@section_type], :html => {:id=>"form_section_type", :class=>"mb-0 form-horizontal", :role => "form", :method => (@section_type.new_record? ? :post : :put), :remote=>true}) do |f| %> <div id="section_type_form_error"> <%= @section_type.errors[:base].to_sentence %> </div> <div class="form-inputs mb-30 mt-30"> <%= theme_form_field(@section_type, :name, label: "Name") %> <%= theme_form_field(@section_type, :code, label: "Code") %> </div> <div> <%= submit_tag("Save", :class=>"btn btn-primary pull-right ml-10") %> <%= link_to raw("<i class='fa fa-close mr-5'></i><span>Cancel</span>"), "#", onclick: "closeGenericModal();", class: "pull-right ml-10 btn btn-white" %> </div> <%= clear_tag(10) %> </div> <% end %>
Version data entries
15 entries across 15 versions & 1 rubygems