Sha256: 845546a71680cf7b0e1dfbbebc9e699f53133cb473dbd2db147b4b0c4e6663d3
Contents?: true
Size: 554 Bytes
Versions: 13
Compression:
Stored size: 554 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, type: "button", data_attributes: button_data_attributes, secondary_quiet: true, } %> </div>
Version data entries
13 entries across 13 versions & 1 rubygems