Sha256: 7e096a33b8aaa1fcf4ea4458e854755c6328ee8e8f67dac7d36669fe06b043e1
Contents?: true
Size: 383 Bytes
Versions: 114
Compression:
Stored size: 383 Bytes
Contents
module Avo module Resources module Controls class EditButton < BaseControl def initialize(**args) super(**args) @label = args[:label] || I18n.t("avo.edit").capitalize if args[:item].present? @title = I18n.t("avo.edit_item", item: args[:item]).humanize if title.nil? end end end end end end
Version data entries
114 entries across 114 versions & 1 rubygems