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

Version Path
dhatu-0.1.25 app/views/dhatu/section_types1/_form.html.erb
dhatu-0.1.24 app/views/dhatu/section_types1/_form.html.erb
dhatu-0.1.23 app/views/dhatu/section_types1/_form.html.erb
dhatu-0.1.22 app/views/dhatu/section_types1/_form.html.erb
dhatu-0.1.21 app/views/dhatu/section_types1/_form.html.erb
dhatu-0.1.20 app/views/dhatu/section_types1/_form.html.erb
dhatu-0.1.19 app/views/dhatu/section_types/_form.html.erb
dhatu-0.1.18 app/views/dhatu/section_types/_form.html.erb
dhatu-0.1.16 app/views/dhatu/section_types/_form.html.erb
dhatu-0.1.15 app/views/dhatu/section_types/_form.html.erb
dhatu-0.1.14 app/views/dhatu/section_types/_form.html.erb
dhatu-0.1.13 app/views/dhatu/section_types/_form.html.erb
dhatu-0.1.12 app/views/dhatu/section_types/_form.html.erb
dhatu-0.1.11 app/views/dhatu/section_types/_form.html.erb
dhatu-0.1.10 app/views/dhatu/section_types/_form.html.erb