How would I go about converting:
<a class="btn btn-block btn-social btn-facebook">
<i class="fa fa-facebook"></i> Sign in with Facebook
to embedded ruby? Right now I have the following working, but I don't know how to add the i class, which is leaving the button looking funky.
<%= link_to "Sign in with Facebook", user_omniauth_authorize_path(:facebook), class: "btn btn-block btn-social btn-facebook" %>
This will do it