I am trying to use bootstrap to append the button inside of the search bar, http://imgur.com/vUhXh but it doesn't seem like it's working. It is being displayed on educomer.herokuapp.com, my code that I am using is
%form.form-search
.input-append
%input.span3.search-query{:placeholder => "Search Food", :type => "text"}
%button.btn{:type => "submit"}
%span.icon-search
I have tried creating an entirely fresh app just to see if there was a problem with my code, but that wasn't the issue