Sha256: ad97bc1d1851acf78d1a858edd8704b868514e44c4abd6ac8dbdb18d24817530

Contents?: true

Size: 551 Bytes

Versions: 14

Compression:

Stored size: 551 Bytes

Contents

<div class="inputs row-fluid" id="form_<%= singular_table_name %>" > 

<%%= simple_form_for(@<%= singular_table_name %>,  :html=> {class: 'form-horizontal'}) do |f| %>
  <%%= f.error_notification %>

 <div class="row-fluid">
      <div class="span12">
  <%- attributes.each do |attribute| -%>
    <%%= f.<%= attribute.reference? ? :association : :input %> :<%= attribute.name %>, input_html: {class: "span3"} %>
  <%- end -%>
  </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 lib/templates/erb/scaffold/_form.html.erb
adherent-0.1.9 lib/templates/erb/scaffold/_form.html.erb
adherent-0.1.7 lib/templates/erb/scaffold/_form.html.erb
adherent-0.1.6 lib/templates/erb/scaffold/_form.html.erb
adherent-0.1.5 lib/templates/erb/scaffold/_form.html.erb
adherent-0.1.4 lib/templates/erb/scaffold/_form.html.erb
adherent-0.1.3 lib/templates/erb/scaffold/_form.html.erb
adherent-0.1.2 lib/templates/erb/scaffold/_form.html.erb
adherent-0.1.1 lib/templates/erb/scaffold/_form.html.erb
adherent-0.1.0 lib/templates/erb/scaffold/_form.html.erb
adherent-0.0.9 lib/templates/erb/scaffold/_form.html.erb
adherent-0.0.7 lib/templates/erb/scaffold/_form.html.erb
adherent-0.0.6 lib/templates/erb/scaffold/_form.html.erb
adherent-0.0.5 lib/templates/erb/scaffold/_form.html.erb