Sha256: 92d9d57ed76c91c01ff67033f2803d88fee812a4aa62730a2c05d3029e65b047

Contents?: true

Size: 905 Bytes

Versions: 4

Compression:

Stored size: 905 Bytes

Contents

module Rawbotz
  module Helpers
    module IconHelper
      def error_icon
        '<i class="fa fa-flash"></i>'
      end
      def index_icon
        '<i class="fa fa-th-list"></i>'
      end
      def info_icon
        '<i class="fa fa-info-circle"></i>'
      end
      def link_icon
        '<i class="fa fa-link"></i>'
      end
      def order_icon
        '<i class="fa fa-shopping-cart"></i>'
      end
      def product_icon
        '<i class="fa fa-cube"></i>'
      end
      def products_icon
        '<i class="fa fa-cubes"></i>'
      end
      def remote_icon
        '<i class="fa fa-globe"></i>'
      end
      def settings_icon
        '<i class="fa fa-wrench"></i>'
      end
      def success_icon
        '<i class="fa fa-smile-o"></i>'
      end
      def warning_icon
        '<i class="fa fa-warning"></i>'
      end
    end
  end
  # briefcase clone gift shopping-bag truck
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rawbotz-0.1.5 lib/rawbotz/helpers/icon_helper.rb
rawbotz-0.1.4 lib/rawbotz/helpers/icon_helper.rb
rawbotz-0.1.3 lib/rawbotz/helpers/icon_helper.rb
rawbotz-0.1.2 lib/rawbotz/helpers/icon_helper.rb