Sha256: b220836dae785c876e8f2c6a0b757dd3a19bd0f9ff48b54b14c1463323d3d3f7

Contents?: true

Size: 333 Bytes

Versions: 12

Compression:

Stored size: 333 Bytes

Contents

module Tramway
  module Core
    module CopyToClipboardHelper
      def copy_to_clipboard(id)
        button_tag class: 'btn btn-info clipboard-btn',
          data: { clipboard_action: 'copy', clipboard_target: "##{id}" },
          style: 'margin-left: 15px' do
            fa_icon 'copy'
          end
      end
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
tramway-core-1.16.2.1 app/helpers/tramway/core/copy_to_clipboard_helper.rb
tramway-core-1.16.2 app/helpers/tramway/core/copy_to_clipboard_helper.rb
tramway-core-1.16.1.9 app/helpers/tramway/core/copy_to_clipboard_helper.rb
tramway-core-1.16.1.8 app/helpers/tramway/core/copy_to_clipboard_helper.rb
tramway-core-1.16.1.7 app/helpers/tramway/core/copy_to_clipboard_helper.rb
tramway-core-1.16.1.6 app/helpers/tramway/core/copy_to_clipboard_helper.rb
tramway-core-1.16.1.5 app/helpers/tramway/core/copy_to_clipboard_helper.rb
tramway-core-1.16.1.4 app/helpers/tramway/core/copy_to_clipboard_helper.rb
tramway-core-1.16.1.3 app/helpers/tramway/core/copy_to_clipboard_helper.rb
tramway-core-1.16.1.2 app/helpers/tramway/core/copy_to_clipboard_helper.rb
tramway-core-1.16.1.1 app/helpers/tramway/core/copy_to_clipboard_helper.rb
tramway-core-1.16.1 app/helpers/tramway/core/copy_to_clipboard_helper.rb