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