Answers for "use font awesome in rails"

0

how to link to with font awesome rails

<%= link_to your_path do %>
  <i class="fas fa-plus"></i>
<% end %>
Posted by: Guest on January-15-2021
0

font awesome rails

<%= link_to icon('fas', 'edit'), edit_question_path(question) %>
Posted by: Guest on November-28-2020

Browse Popular Code Answers by Language