Created
November 8, 2012 21:55
-
-
Save amiel/4041966 to your computer and use it in GitHub Desktop.
ActiveAdmin icons
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ActiveAdmin.register Foo do | |
collection_action :foo | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<% ActiveAdmin::Iconic::ICONS.each do |key, _| %> | |
<div style="float: left; width: 120px;"> | |
<%= key %><br/> | |
<%= icon key %> | |
</div> | |
<% end %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Actually, check out http://activeadmin-icons.herokuapp.com/