Sha256: 619f43a4494f048e73512be033bfe14e5f2a740a1a02a4fa3bff1d3d85bf884c

Contents?: true

Size: 424 Bytes

Versions: 6

Compression:

Stored size: 424 Bytes

Contents

# frozen_string_literal: true

module UiBibz::Ui::Core::Forms::Surrounds
  class SurroundButtonRefresh < UiBibz::Ui::Core::Forms::Buttons::ButtonRefresh
    # 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_refresh_html_tag
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ui_bibz-2.5.6 lib/ui_bibz/ui/core/forms/surrounds/components/surround_button_refresh.rb
ui_bibz-2.5.5 lib/ui_bibz/ui/core/forms/surrounds/components/surround_button_refresh.rb
ui_bibz-2.5.3 lib/ui_bibz/ui/core/forms/surrounds/components/surround_button_refresh.rb
ui_bibz-2.5.2 lib/ui_bibz/ui/core/forms/surrounds/components/surround_button_refresh.rb
ui_bibz-2.5.1 lib/ui_bibz/ui/core/forms/surrounds/components/surround_button_refresh.rb
ui_bibz-2.5.0 lib/ui_bibz/ui/core/forms/surrounds/components/surround_button_refresh.rb