Sha256: f1e0f3c2277683982f0a981cf20eb98402de5418c2adc4d9fc7537e05b3b7ced
Contents?: true
Size: 324 Bytes
Versions: 4
Compression:
Stored size: 324 Bytes
Contents
# frozen_string_literal: true module UiBibz::Ui::Core::Forms::Surrounds class SurroundButtonLink < UiBibz::Ui::Core::Forms::Buttons::ButtonLink # See UiBibz::Ui::Core::Dropdown.initialize def pre_render content_tag :div, class: 'input-group-btn' do button_link_html_tag end end end end
Version data entries
4 entries across 4 versions & 1 rubygems