Sha256: fa8370ed959682298a32684dc269adf0fa676e9dffeaa37ddf8c74ef3022368d
Contents?: true
Size: 367 Bytes
Versions: 65
Compression:
Stored size: 367 Bytes
Contents
module ActiveAdmin module Views class UnsupportedBrowser < Component 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 end end end
Version data entries
65 entries across 65 versions & 6 rubygems