Sha256: b09602402965301f29fa538a859ed9ac0356bab4cc70fcd9dc945901b99408d2

Contents?: true

Size: 539 Bytes

Versions: 5

Compression:

Stored size: 539 Bytes

Contents

module CtlBaseUi
  module ApplicationHelper
    def all_icons
      %w( plus minus x sprocket arrowloop checkmark document magnifying-glass
        pencil outbox grid envelope list folder menu house star thin-arrow-right
        thick-arrow-right magnifying-glass-plus magnifying-glass-minus comment-box
        happy-face sad-face copy twitter linked-in facebook link docker-blocks
        disks speedometer thin-arrow-down thick-arrow-down thin-arrow-left
        thick-arrow-left thin-arrow-up thick-arrow-up github )
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ctl_base_ui-0.0.6 app/helpers/ctl_base_ui/application_helper.rb
ctl_base_ui-0.0.5 app/helpers/ctl_base_ui/application_helper.rb
ctl_base_ui-0.0.4 app/helpers/ctl_base_ui/application_helper.rb
ctl_base_ui-0.0.3 app/helpers/ctl_base_ui/application_helper.rb
ctl_base_ui-0.0.2 app/helpers/ctl_base_ui/application_helper.rb