Sha256: 35fe7baa640347f1565b83d2d2684cbd3d8fe619589013db3e2a01a89e078abc
Contents?: true
Size: 397 Bytes
Versions: 17
Compression:
Stored size: 397 Bytes
Contents
# frozen_string_literal: true 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
17 entries across 17 versions & 1 rubygems