I am basically trying to get this result:
Log in
You can use the block form of link_to for that:
link_to
<%= link_to "#", :class => "button small-button green-button" do %> Log in <% end %>