Sha256: 4ab9fcd41b7ed4fe885f4ebc0d87ac1b8bbf668c97546b48978e7f3147f18cbc

Contents?: true

Size: 488 Bytes

Versions: 10

Compression:

Stored size: 488 Bytes

Contents

# frozen_string_literal: true

module BootstrapLeather
  # Main helper for BootstrapLeather
  module ApplicationHelper
    include HeadHelper
    include FootHelper
    include GridHelper
    include NavigationHelper
    include AlertsHelper
    include WidgetsHelper
    include ModalsHelper
    include HeroUnitHelper
    include TabsHelper
    include BadgesHelper
    include ThumbnailsHelper
    include TypographyHelper
    include IconsHelper
    include CarouselsHelper
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
bootstrap_leather-0.10.14 app/helpers/bootstrap_leather/application_helper.rb
bootstrap_leather-0.10.13 app/helpers/bootstrap_leather/application_helper.rb
bootstrap_leather-0.10.11 app/helpers/bootstrap_leather/application_helper.rb
bootstrap_leather-0.10.10 app/helpers/bootstrap_leather/application_helper.rb
bootstrap_leather-0.10.9 app/helpers/bootstrap_leather/application_helper.rb
bootstrap_leather-0.10.8 app/helpers/bootstrap_leather/application_helper.rb
bootstrap_leather-0.10.7 app/helpers/bootstrap_leather/application_helper.rb
bootstrap_leather-0.10.6 app/helpers/bootstrap_leather/application_helper.rb
bootstrap_leather-0.10.5 app/helpers/bootstrap_leather/application_helper.rb
bootstrap_leather-0.10.4 app/helpers/bootstrap_leather/application_helper.rb