Answers for "button submit rails with font awesome"

0

button submit rails with font awesome

<%= button_tag type: 'submit', class: "" do %>
  <i class="fas fa-search"></i>
<% end %>
Posted by: Guest on January-21-2021

Browse Popular Code Answers by Language