Sha256: 35021fdf7964413b9bee2b5422e5caff352de3fba993766abb0963acd4dd5a0f

Contents?: true

Size: 153 Bytes

Versions: 49

Compression:

Stored size: 153 Bytes

Contents

module SemanticIconHelper
  def semantic_icon(*names)
    content_tag :i, nil, class: names.map{|name| "#{name.to_s.gsub('_','-')}" } << 'icon'
  end
end

Version data entries

49 entries across 49 versions & 1 rubygems

Version Path
semantic-ui-sass-2.1.6.0 app/helpers/semantic_icon_helper.rb
semantic-ui-sass-2.1.4.0 app/helpers/semantic_icon_helper.rb
semantic-ui-sass-2.1.3.0 app/helpers/semantic_icon_helper.rb
semantic-ui-sass-2.0.7.0 app/helpers/semantic_icon_helper.rb
semantic-ui-sass-2.0.4.0 app/helpers/semantic_icon_helper.rb
semantic-ui-sass-1.12.3.0 app/helpers/semantic_icon_helper.rb
semantic-ui-sass-1.11.5.0 app/helpers/semantic_icon_helper.rb
semantic-ui-sass-1.11.4.1 app/helpers/semantic_icon_helper.rb
semantic-ui-sass-1.11.4.0 app/helpers/semantic_icon_helper.rb
semantic-ui-sass-1.8.1.0 app/helpers/semantic_icon_helper.rb
semantic-ui-sass-1.8.0.0 app/helpers/semantic_icon_helper.rb
semantic-ui-sass-1.7.3.0 app/helpers/semantic_icon_helper.rb
semantic-ui-sass-1.7.0.0 app/helpers/semantic_icon_helper.rb
semantic-ui-sass-0.19.3.1 app/helpers/semantic_icon_helper.rb
semantic-ui-sass-0.19.3.0 app/helpers/semantic_icon_helper.rb
semantic-ui-sass-0.16.1.0 app/helpers/semantic_icon_helper.rb
semantic-ui-sass-0.15.5.0 app/helpers/semantic_icon_helper.rb
semantic-ui-sass-0.15.4.2 app/helpers/semantic_icon_helper.rb
semantic-ui-sass-0.15.4.0 app/helpers/semantic_icon_helper.rb
semantic-ui-sass-0.15.2.0 app/helpers/semantic_icon_helper.rb