Skip to content

Instantly share code, notes, and snippets.

@tylerlee
Last active August 29, 2015 14:04
Show Gist options
  • Save tylerlee/ad0bc8798ff8ccad0aa9 to your computer and use it in GitHub Desktop.
Save tylerlee/ad0bc8798ff8ccad0aa9 to your computer and use it in GitHub Desktop.
Admin Button Group
<% 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