Sha256: 8ad3222b4bb640a19693c0e56d0593375181ea595567dc39f032bf18a050de1d
Contents?: true
Size: 469 Bytes
Versions: 9
Compression:
Stored size: 469 Bytes
Contents
<% button_data_attributes ||= nil %> <div class="gem-c-copy-to-clipboard" data-module="copy-to-clipboard"> <%= render "govuk_publishing_components/components/input", { label: { text: label, }, name: SecureRandom.hex, value: copyable_content, readonly: true, } %> <%= render "govuk_publishing_components/components/button", { text: button_text, data_attributes: button_data_attributes, secondary_quiet: true, } %> </div>
Version data entries
9 entries across 9 versions & 1 rubygems