Class: ActiveAdmin::Views::UnsupportedBrowser

Inherits:
Component
  • Object
show all
Defined in:
lib/active_admin/views/components/unsupported_browser.rb

Instance Method Summary collapse

Instance Method Details

#buildObject



5
6
7
8
9
# File 'lib/active_admin/views/components/unsupported_browser.rb', line 5

def build
  h1 I18n.t("active_admin.unsupported_browser.headline").html_safe
  para I18n.t("active_admin.unsupported_browser.recommendation").html_safe
  para I18n.t("active_admin.unsupported_browser.turn_off_compatibility_view").html_safe
end