A) This is the working link:
<%= link_to "+ Start a club", account_setup_path(id: :start_a_club) %>
B) This is what I want it to look like:
<a class="list-group-item" href="#"><i class="fa fa-plus fa-fw hot-pink"></i> Start a club</a>
How do I re-write A to get the correct CSS (ie. so the '+' is hot-pink)?
Thanks!