Skip to content

Instantly share code, notes, and snippets.

@tbielawa
Last active December 16, 2015 21:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tbielawa/5497304 to your computer and use it in GitHub Desktop.
Save tbielawa/5497304 to your computer and use it in GitHub Desktop.
Rails, Bootstrap, Icons, and Classes. Full blog post here: http://blog.lnx.cx/?p=344
<%= link_to({:controller => :pages, :action => :new}, {:class => 'btn btn-small'}) do %>
<i class="icon-plus-sign icon-black"></i> <% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment