Sha256: 128ea3dd3d735dd68737e87801f87bdb2c5411e620aa98de4bd711ff19eb274e
Contents?: true
Size: 382 Bytes
Versions: 7
Compression:
Stored size: 382 Bytes
Contents
module UiBibz::Ui::Core::Forms::Surrounds class SurroundButtonLink < UiBibz::Ui::Core::Forms::Buttons::ButtonLink # See UiBibz::Ui::Core::Dropdown.initialize def initialize content, options = nil, html_options = nil, &block super end def render content_tag :div, class: 'input-group-btn' do button_link_html_tag end end end end
Version data entries
7 entries across 7 versions & 1 rubygems