Sha256: 638dc6e778f2f626ac3b8e9f18336948da5a308c7a478fc6263d1c76cb8a9eff

Contents?: true

Size: 554 Bytes

Versions: 4

Compression:

Stored size: 554 Bytes

Contents

<%= bootstrap_form_tag "#", "Sample form", :class=>'sample_form' do%>
  <%= bootstrap_form_input ("Sample input"){ text_field "sample", "input", :class=>'xlarge'}%>
  <%= bootstrap_form_input ("Custom class", :class=>'custom_class') do%>
    <h2>nvsdnsksdn</h2>
  <%end%>
  <%= bootstrap_prepended_input("Prepend Input", '%', :class=>'prepended_input') {text_field_tag 'something'}%>
  <%= bootstrap_form_actions(:class=>'another_action') do%>
    <%= link_to 'Foo', '#', :class=>'btn'%>
    <%= link_to 'Boo', '#', :class=>'btn info'%>
  <%end%>
<%end%>

Version data entries

4 entries across 4 versions & 1 rubygems

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