You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think there should be a helper specifically for stacked icons. It could be written like this:
<%= stacked_icon(
icon("camera", "", class: "fa-stack-1x"), # The first icon to stack
icon("ban", "", class: "fa-stack-2x text-danger"), # The second icon to stack
class: "fa-lg" # Additional classes for fa-stack
) %>
The text was updated successfully, but these errors were encountered:
There should be a helper for stacked icons. Using the example from: http://fortawesome.github.io/Font-Awesome/examples/#stacked
Right now this could be implemented using the icon helper like this:
I think there should be a helper specifically for stacked icons. It could be written like this:
The text was updated successfully, but these errors were encountered: