Sha256: a2aeb0a3f1092e981d0389bddcb3e2ef27f5d37daa4a33faa5f6b34d2c1eac60

Contents?: true

Size: 705 Bytes

Versions: 61

Compression:

Stored size: 705 Bytes

Contents

<%= form_for([@role], :html => {:id=>"form_role", :class=>"mb-0 form-horizontal", :role => "form", :method => (@role.new_record? ? :post : :put), :remote=>true}) do |f| %>

      <div id="role_form_error">
        <%= @role.errors[:base].to_sentence %>
      </div>

      <div class="form-inputs mb-30 mt-30">
        <%= theme_form_field(@role, :name) %>
      </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: "closeLargeModal();", class: "pull-right ml-10 btn btn-white" %>
        
      </div>
      <%= clear_tag(10) %>

  </div>

<% end %>

Version data entries

61 entries across 61 versions & 1 rubygems

Version Path
usman-0.4.10.pre.materialize app/views/usman/roles/_form.html.erb
usman-0.4.9.pre.materialize app/views/usman/roles/_form.html.erb
usman-0.4.8.pre.materialize app/views/usman/roles/_form.html.erb
usman-0.4.7.pre.materialize app/views/usman/roles/_form.html.erb
usman-0.4.6.pre.materialize app/views/usman/roles/_form.html.erb
usman-0.4.5.pre.materialize app/views/usman/roles/_form.html.erb
usman-0.4.4.pre.materialize app/views/usman/roles/_form.html.erb
usman-0.4.3.pre.materialize app/views/usman/roles/_form.html.erb
usman-0.4.2.pre.materialize app/views/usman/roles/_form.html.erb
usman-0.4.1.pre.materialize app/views/usman/roles/_form.html.erb
usman-0.4.0.pre.materialize app/views/usman/roles/_form.html.erb
usman-0.3.38 app/views/usman/roles/_form.html.erb
usman-0.3.37 app/views/usman/roles/_form.html.erb
usman-0.3.36 app/views/usman/roles/_form.html.erb
usman-0.3.35 app/views/usman/roles/_form.html.erb
usman-0.3.34 app/views/usman/roles/_form.html.erb
usman-0.3.33 app/views/usman/roles/_form.html.erb
usman-0.3.32 app/views/usman/roles/_form.html.erb
usman-0.3.31 app/views/usman/roles/_form.html.erb
usman-0.3.30 app/views/usman/roles/_form.html.erb