Sha256: 0cda3f670284e879db63c3c203835433a7a84066d99053a8ed5cd0adfc0eb5b2

Contents?: true

Size: 852 Bytes

Versions: 27

Compression:

Stored size: 852 Bytes

Contents

<div class="panel-body" id="form_coord" > 

<%= simple_form_for([@member, @coord], :url=>member_coord_path(@member),
  :html=> {class: 'form-horizontal'}, wrapper: :horizontal_form) do |f| %>
  <%= f.error_notification %>

 <div class="form-inputs">
     
    <%= f.input :mail, my_wrapper_html: {class: "col-lg-3"} %>
    <%= f.input :tel, my_wrapper_html: {class: "col-lg-3"} %>
    <%= f.input :gsm, my_wrapper_html: {class: "col-lg-3"} %>
    <%= f.input :office, my_wrapper_html: {class: "col-lg-3"} %>
    <%= f.input :address, my_wrapper_html: {rows: 4, class: "col-lg-3"} %>
    <%= f.input :zip, my_wrapper_html: {class: "col-lg-3"} %>
    <%= f.input :city, my_wrapper_html: {class: "col-lg-3"} %>
   

 </div>

  <div class="form-actions">
    <%= f.button :submit, class: "btn-primary col-md-2 col-md-offset-2"  %>
  </div>
<% end %>
</div>

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
adherent-0.3.13 app/views/adherent/coords/_form.html.erb
adherent-0.3.12 app/views/adherent/coords/_form.html.erb
adherent-0.3.11 app/views/adherent/coords/_form.html.erb
adherent-0.3.10 app/views/adherent/coords/_form.html.erb
adherent-0.3.9 app/views/adherent/coords/_form.html.erb
adherent-0.3.7 app/views/adherent/coords/_form.html.erb
adherent-0.3.6 app/views/adherent/coords/_form.html.erb
adherent-0.3.5 app/views/adherent/coords/_form.html.erb
adherent-0.3.4 app/views/adherent/coords/_form.html.erb
adherent-0.3.3 app/views/adherent/coords/_form.html.erb
adherent-0.3.2 app/views/adherent/coords/_form.html.erb
adherent-0.3.1 app/views/adherent/coords/_form.html.erb
adherent-0.3.0 app/views/adherent/coords/_form.html.erb
adherent-0.2.9 app/views/adherent/coords/_form.html.erb
adherent-0.2.8 app/views/adherent/coords/_form.html.erb
adherent-0.2.7 app/views/adherent/coords/_form.html.erb
adherent-0.2.6 app/views/adherent/coords/_form.html.erb
adherent-0.2.5 app/views/adherent/coords/_form.html.erb
adherent-0.2.4 app/views/adherent/coords/_form.html.erb
adherent-0.2.3 app/views/adherent/coords/_form.html.erb