class ActiveAdmin::Views::Pages::Base

def build_footer

Renders the content for the footer
def build_footer
  div :id => "footer" do
    para "Powered by #{link_to("Active Admin", "http://www.activeadmin.info")} #{ActiveAdmin::VERSION}".html_safe
  end
end