Sha256: 1cb86b39d67aa6ae042238dfca75273ceb011e3b674995d3173bb751064fc1f0
Contents?: true
Size: 386 Bytes
Versions: 37
Compression:
Stored size: 386 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 pre_render content_tag :div, class: 'input-group-btn' do button_link_html_tag end end end end
Version data entries
37 entries across 37 versions & 1 rubygems