Module: CtlBaseUi::ApplicationHelper

Defined in:
app/helpers/ctl_base_ui/application_helper.rb

Instance Method Summary collapse

Instance Method Details

#all_iconsObject



3
4
5
6
7
8
9
10
# File 'app/helpers/ctl_base_ui/application_helper.rb', line 3

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