test_app/app/views/samples/index.html.erb in bootstrap_helpers-0.0.1 vs test_app/app/views/samples/index.html.erb in bootstrap_helpers-0.0.2

- old
+ new

@@ -1,3 +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_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