Sha256: 17bfc9f66412aea6bda635d72f033d0b1ab1b7d699bd4f748dec321a927b7b5f
Contents?: true
Size: 318 Bytes
Versions: 155
Compression:
Stored size: 318 Bytes
Contents
module Avo module Resources module Controls class ShowButton < BaseControl def initialize(**args) super(**args) if args[:item].present? @title = I18n.t("avo.view_item", item: args[:item]).humanize if title.nil? end end end end end end
Version data entries
155 entries across 155 versions & 1 rubygems