Sha256: d440f95c6126a2e814335ba8c62bffa199684762374997bd865b674ca09d6841

Contents?: true

Size: 511 Bytes

Versions: 1

Compression:

Stored size: 511 Bytes

Contents

module BootstrapIt
  #
  module ViewHelpers
    #
    # @see http://getbootstrap.com/components/#breadcrumbs Bootstrap docs
    # Breadcrumb
    #
    # @author Alexey Ovchinnikov <alexiss@cybernetlab.ru>
    #
    class Breadcrumb < WrapIt::Container
      default_tag 'ol'
      html_class 'breadcrumb'

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bootstrap_it-0.1.2 lib/bootstrap_it/view_helpers/breadcrumb.rb