Sha256: 84af704aca09389a008a4d16e40f9e6efab55cb2c077b85f38ddb10e50b2b66c

Contents?: true

Size: 410 Bytes

Versions: 2

Compression:

Stored size: 410 Bytes

Contents

module BootstrapIt
  #
  module ViewHelpers
    #
    # Breadcrumb
    #
    # @author [alexiss]
    #
    class Breadcrumb < WrapIt::Container
      default_tag 'ol'
      html_class 'breadcrumb'

      child :link_item, 'BootstrapIt::ViewHelpers::ListLinkItem'
      child :item, 'BootstrapIt::ViewHelpers::ListItem'
    end

    WrapIt.register :breadcrumb, 'BootstrapIt::ViewHelpers::Breadcrumb'
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bootstrap_it-0.1.1 lib/bootstrap_it/view_helpers/breadcrumb.rb
bootstrap_it-0.1.0 lib/bootstrap_it/view_helpers/breadcrumb.rb