Skip to content
Discussion options

You must be logged in to vote

A possible approach would be:

ActiveAdmin.register_page 'Dashboard' do
  # ...

  content title: proc { I18n.t('active_admin.dashboard') } do
    panel 'Info' do
      span "Rails Version:"
      b Rails.version
      span " - Ruby Version:"
      b RUBY_VERSION
      span " - Active Admin Version:"
      b ActiveAdmin::VERSION
    end
  end
end

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by javierjulio
Comment options

You must be logged in to vote
1 reply
@tagliala
Comment options

Comment options

You must be logged in to vote
1 reply
@tagliala
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants