test_app/app/views/samples/index.html.erb in bootstrap_helpers-0.0.3 vs test_app/app/views/samples/index.html.erb in bootstrap_helpers-0.0.5

- old
+ new

@@ -1,9 +1,10 @@ <%= 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%> \ No newline at end of file