Skip to content

Instantly share code, notes, and snippets.

@pcreux
Created July 6, 2012 07:50
Show Gist options
  • Select an option

  • Save pcreux/3058773 to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown

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
Copy Markdown

where is the footer.rb file supposed to be?

@filipeamoreira
Copy link
Copy Markdown

@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