demo/app/views/bootstrap/form.html.erb in bootstrap_form-4.2.0 vs demo/app/views/bootstrap/form.html.erb in bootstrap_form-4.3.0

- old
+ new

@@ -38,10 +38,10 @@ <%= form.collection_check_boxes :misc, @collection, :id, :street %> <%= form.submit %> <% end %> <% end %> -<h3>Simple</h3> +<h3>Simple Action Text Example</h3> <%= form_with_source do %> <%= bootstrap_form_for @user, url: "/" do |form| %> <%= form.email_field :email, placeholder: "Enter Email", label: "Email address", help: "We'll never share your email with anyone else" %> <%= form.password_field :password, placeholder: "Password" %>