Sha256: 7eae2fc398a158ff579e2e7bd2d6cb48dbf1d0c2b2ac1d42b9ea3a2ec5f78168

Contents?: true

Size: 709 Bytes

Versions: 24

Compression:

Stored size: 709 Bytes

Contents

<%%= form_for @<%= resource_name %>, :html => { :class => 'form-horizontal' } do |f| %>
  <fieldset>
    <legend><%%= controller.action_name.capitalize %> <%= model_name.titleize %></legend>

    <%- columns.each do |column| -%>
    <div class="control-group">
      <%%= f.label :<%= column.name %>, :class => 'control-label' %>
      <div class="controls">
        <%%= f.<%= column.field_type %> :<%= column.name %>, :class => '<%= column.field_type %>' %>
      </div>
    </div>

    <%- end -%>
    <div class="form-actions">
      <%%= f.submit nil, :class => 'btn btn-primary' %>
      <%%= link_to 'Cancel', <%= controller_routing_path %>_path, :class => 'btn' %>
    </div>
  </fieldset>
<%% end %>

Version data entries

24 entries across 24 versions & 3 rubygems

Version Path
bootstrapped-rails-2.0.9.rc2 lib/generators/bootstrapped/themed/templates/_form.html.erb
bootstrapped-rails-2.0.9.rc1 lib/generators/bootstrapped/themed/templates/_form.html.erb
bootstrapped-rails-2.0.8.5 lib/generators/bootstrapped/themed/templates/_form.html.erb
bootstrapped-rails-2.0.8.4 lib/generators/bootstrapped/themed/templates/_form.html.erb
bootstrapped-rails-2.0.8.3 lib/generators/bootstrapped/themed/templates/_form.html.erb
bootstrapped-rails-2.0.8.2 lib/generators/bootstrapped/themed/templates/_form.html.erb
bootstrapped-rails-2.0.8.1 lib/generators/bootstrapped/themed/templates/_form.html.erb
bootstrapped-rails-2.0.8 lib/generators/bootstrapped/themed/templates/_form.html.erb
twitter-bootstrap-rails-2.0.5 lib/generators/bootstrap/themed/templates/_form.html.erb
twitter-bootstrap-rails-2.0.4 lib/generators/bootstrap/themed/templates/_form.html.erb
bootstrapped-rails-2.0.7.9 lib/generators/bootstrapped/themed/templates/_form.html.erb
bootstrapped-rails-2.0.7.8 lib/generators/bootstrapped/themed/templates/_form.html.erb
bootstrapped-rails-2.0.7.7 lib/generators/bootstrapped/themed/templates/_form.html.erb
bootstrapped-rails-2.0.7.6 lib/generators/bootstrapped/themed/templates/_form.html.erb
bootstrapped-rails-2.0.7.5 lib/generators/bootstrapped/themed/templates/_form.html.erb
bootstrapped-rails-2.0.7.4 lib/generators/bootstrapped/themed/templates/_form.html.erb
bootstrapped-rails-2.0.7.3 lib/generators/bootstrapped/themed/templates/_form.html.erb
bootstrapped-rails-2.0.7.2 lib/generators/bootstrapped/themed/templates/_form.html.erb
bootstrapped-rails-2.0.7.1 lib/generators/bootstrapped/themed/templates/_form.html.erb
bootstrapped-rails-2.0.7 lib/generators/bootstrapped/themed/templates/_form.html.erb