Skip to content

Instantly share code, notes, and snippets.

@tylerlee
Created January 20, 2014 01:02
Show Gist options
  • Save tylerlee/8513248 to your computer and use it in GitHub Desktop.
Save tylerlee/8513248 to your computer and use it in GitHub Desktop.
<% buttons = [] %>
<% buttons << link_to(icon_tag('edit') + 'Edit', '#') %>
<% buttons << link_to(icon_tag('delete') + 'Delete', '#') %>
<%= action_menu(buttons) %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment