Sha256: 398539eb75e6294e1a6413aefb30012425f284ea46c4f1b135188c7fd00b70d1

Contents?: true

Size: 794 Bytes

Versions: 14

Compression:

Stored size: 794 Bytes

Contents

<%= adminpanel_form_for(resource, :url => {:action => :create, :model => params[:model], :model_name => params[:model_name], :belongs_request => params[:belongs_request] }, :remote => true, :html => {:class => "form-horizontal", :id => "new_resource"}) do |f| -%>
  <div class="row-fluid">
    <div class="modal-body">
        <%= render 'shared/error_messages', :object => resource %>
        <%= render 'shared/form_fields', :f => f, :remote_request => true %>
    </div>
  </div>
  <div class="modal-footer">
    <button id="modal-button" class="btn" data-dismiss="modal" aria-hidden="true"><%= I18n.t('action.close') %></button>
    <%= f.submit t("action.add") + " " + @model.display_name, data:{:disable_with => t("action.submitting")}, :id =>"new-resource-button" %>
  </div>
<% end -%>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
adminpanel-2.2.5 app/views/shared/_remote_form_fields.html.erb
adminpanel-2.2.4 app/views/shared/_remote_form_fields.html.erb
adminpanel-2.2.3 app/views/shared/_remote_form_fields.html.erb
adminpanel-2.2.2 app/views/shared/_remote_form_fields.html.erb
adminpanel-2.2.1 app/views/shared/_remote_form_fields.html.erb
adminpanel-2.2.0 app/views/shared/_remote_form_fields.html.erb
adminpanel-2.1.7 app/views/shared/_remote_form_fields.html.erb
adminpanel-2.1.6 app/views/shared/_remote_form_fields.html.erb
adminpanel-2.1.5 app/views/shared/_remote_form_fields.html.erb
adminpanel-2.1.3 app/views/shared/_remote_form_fields.html.erb
adminpanel-2.1.2 app/views/shared/_remote_form_fields.html.erb
adminpanel-2.1.1 app/views/shared/_remote_form_fields.html.erb
adminpanel-2.1.0 app/views/shared/_remote_form_fields.html.erb
adminpanel-2.0.1 app/views/shared/_remote_form_fields.html.erb