Sha256: 4109cc083ef6974847d336c77159a8fa5cb9d92447a1a7d6497c9ac494f47caf

Contents?: true

Size: 776 Bytes

Versions: 14

Compression:

Stored size: 776 Bytes

Contents

<div class="inputs row-fluid" id="form_coord" > 

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

 <div class="row-fluid">
      <div class="span12">
    <%= f.input :mail, input_html: {class: "span3"} %>
    <%= f.input :tel, input_html: {class: "span3"} %>
    <%= f.input :gsm, input_html: {class: "span3"} %>
    <%= f.input :office, input_html: {class: "span3"} %>
    <%= f.input :address, input_html: {rows: 4, class: "span3"} %>
    <%= f.input :zip, input_html: {class: "span3"} %>
    <%= f.input :city, input_html: {class: "span3"} %>
   
  </div>
 </div>

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

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
adherent-0.1.10 app/views/adherent/coords/_form.html.erb
adherent-0.1.9 app/views/adherent/coords/_form.html.erb
adherent-0.1.7 app/views/adherent/coords/_form.html.erb
adherent-0.1.6 app/views/adherent/coords/_form.html.erb
adherent-0.1.5 app/views/adherent/coords/_form.html.erb
adherent-0.1.4 app/views/adherent/coords/_form.html.erb
adherent-0.1.3 app/views/adherent/coords/_form.html.erb
adherent-0.1.2 app/views/adherent/coords/_form.html.erb
adherent-0.1.1 app/views/adherent/coords/_form.html.erb
adherent-0.1.0 app/views/adherent/coords/_form.html.erb
adherent-0.0.9 app/views/adherent/coords/_form.html.erb
adherent-0.0.7 app/views/adherent/coords/_form.html.erb
adherent-0.0.6 app/views/adherent/coords/_form.html.erb
adherent-0.0.5 app/views/adherent/coords/_form.html.erb