Sha256: 8eaf1a33ee33bc650a3e82644f4675140dc46b3bda5a3840a97d734941bdb852

Contents?: true

Size: 466 Bytes

Versions: 23

Compression:

Stored size: 466 Bytes

Contents

%fieldset
  %legend
    = controller.action_name.capitalize
    <%= model_name.titleize %>
  <%- columns.each do |column| -%>
  .control-group
    = f.label :<%= column.name %>, :class => 'control-label'
    .controls
      = f.<%= column.field_type %> :<%= column.name %>, :class => '<%= column.field_type %>'
  <%- end -%>
  .form-actions
    = f.submit nil, :class => 'btn btn-primary'
    = link_to "Cancel", <%= controller_routing_path %>_path, :class => 'btn'

Version data entries

23 entries across 23 versions & 3 rubygems

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