Sha256: 96f8a7837f3fce2df4324cd435184afaff2a945c20d96b09fbc92350e94a61e9

Contents?: true

Size: 279 Bytes

Versions: 5

Compression:

Stored size: 279 Bytes

Contents

<%= bootstrap_form_for @post, 'Edit post', :url=>'', :html=>{:class=>'sample'} do |f|%>
  <%= bootstrap_form_input("Author") {f.text_field :author}%>
  <%= bootstrap_form_input("Title") {f.text_field :title}%>
  <%= bootstrap_form_input("Year") {f.select :year, @years}%>
<%end%>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
bootstrap_helpers-0.0.9 test_app/app/views/samples/bootstrap_forms_for.html.erb
bootstrap_helpers-0.0.8 test_app/app/views/samples/bootstrap_forms_for.html.erb
bootstrap_helpers-0.0.7 test_app/app/views/samples/bootstrap_forms_for.html.erb
bootstrap_helpers-0.0.5 test_app/app/views/samples/bootstrap_forms_for.html.erb
bootstrap_helpers-0.0.3 test_app/app/views/samples/bootstrap_forms_for.html.erb