Skip to content

Instantly share code, notes, and snippets.

@vilusa
Created September 3, 2020 11:53
Show Gist options
  • Select an option

  • Save vilusa/24a4f6f31cf248bec2700e0b7a3446d5 to your computer and use it in GitHub Desktop.

Select an option

Save vilusa/24a4f6f31cf248bec2700e0b7a3446d5 to your computer and use it in GitHub Desktop.
Disable With Option fa-spin
def disable_with_option_v2(**options)
icon = "<i class='fa fa-refresh fa-spin'></i>"
icon += ' Wait...' unless options[:sm_icon]
{ disable_with: icon.html_safe }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment