Skip to content

Instantly share code, notes, and snippets.

@amiel
Created November 8, 2012 21:55
Show Gist options
  • Save amiel/4041966 to your computer and use it in GitHub Desktop.
Save amiel/4041966 to your computer and use it in GitHub Desktop.
ActiveAdmin icons
ActiveAdmin.register Foo do
collection_action :foo
end
<% ActiveAdmin::Iconic::ICONS.each do |key, _| %>
<div style="float: left; width: 120px;">
<%= key %><br/>
<%= icon key %>
</div>
<% end %>
@amiel
Copy link
Author

amiel commented Nov 8, 2012

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment