We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Couldn't load subscription status. Retry
There was an error while loading. Please reload this page.
Section used for the show view.
It inherits its configuration from the base section.
base
You can display empty fields in show view with:
RailsAdmin.config do |config| config.compact_show_view = false end
More here