We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 458a886 commit 617db63Copy full SHA for 617db63
app/views/crm/admin/orders/_index/_button.html.erb
@@ -1,4 +1,4 @@
1
-<%= link_to({ action: 'new' }, class: 'button is-info') do %>
2
- <i class="fa-regular fa-credit-card"></i>
3
- <span class="ml-1"><%= t('.new.title') %></span>
+<%= link_to({ action: 'new' }, class: 'button is-rounded is-info') do %>
+ <%= svg_tag 'credit-card' %>
+ <span><%= t('.new.title') %></span>
4
<% end %>
0 commit comments