Skip to content

Instantly share code, notes, and snippets.

@pcreux
Created July 6, 2012 07:50
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save pcreux/3058773 to your computer and use it in GitHub Desktop.
Save pcreux/3058773 to your computer and use it in GitHub Desktop.
ActiveAdmin Custom Footer
ActiveAdmin.setup do |config|
config.view_factory.footer = Footer
end
@frangelli
Copy link

Hi man!

I'm trying to do the same thing, but inspecting the html resulted, the content of my span don't appear.

The new html class appear but not the content of footer. Have you ever seen this problem?

@ahmed1490
Copy link

where is the footer.rb file supposed to be?

@filipeamoreira
Copy link

@ahmed1490 It could be used as a component on app/components.

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