Sha256: 405c57df351e150cc1cd54eeb7177ed98b806eb2c8961f586d5005263692235d

Contents?: true

Size: 338 Bytes

Versions: 8

Compression:

Stored size: 338 Bytes

Contents

module Tramway
  module User
    module ApplicationHelper
      include AuthManagment
      include ::FontAwesome::Rails::IconHelper

      def customized_admin_navbar_given?
        customized_admin_navbar.present?
      end

      def customized_admin_navbar
        ::Tramway::Admin.customized_admin_navbar
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
tramway-user-1.1.2 app/helpers/tramway/user/application_helper.rb
tramway-user-1.1.1 app/helpers/tramway/user/application_helper.rb
tramway-user-1.1 app/helpers/tramway/user/application_helper.rb
tramway-user-1.0.5 app/helpers/tramway/user/application_helper.rb
tramway-user-1.0.4 app/helpers/tramway/user/application_helper.rb
tramway-user-1.0.3.3 app/helpers/tramway/user/application_helper.rb
tramway-user-1.0.3.2 app/helpers/tramway/user/application_helper.rb
tramway-user-1.0.3.1 app/helpers/tramway/user/application_helper.rb