Sha256: 2bd31c830d486b9ae16423c2056d008771f8a4791669adee731474482986cd8e
Contents?: true
Size: 534 Bytes
Versions: 583
Compression:
Stored size: 534 Bytes
Contents
<% button_data_attributes ||= nil input_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, data: input_data_attributes, readonly: true, } %> <%= render "govuk_publishing_components/components/button", { text: button_text, data_attributes: button_data_attributes, secondary_quiet: true, } %> </div>
Version data entries
583 entries across 583 versions & 1 rubygems