Skip to content

Instantly share code, notes, and snippets.

@tylerlee
Created August 2, 2014 18:10
Show Gist options
  • Save tylerlee/04a0ac285f27b5cc6251 to your computer and use it in GitHub Desktop.
Save tylerlee/04a0ac285f27b5cc6251 to your computer and use it in GitHub Desktop.
<% buttons = [] %>
<% buttons << link_to(icon_tag('edit') + 'Edit', '') %>
<% buttons << link_to(icon_tag('delete') + 'Delete', '') %>
<% buttons << link_to(icon_tag('upload') + 'Import', '') %>
<%= admin_button_group(buttons) %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment