Method: IshManager::ImagesHelper#image_new
- Defined in:
- app/helpers/ish_manager/images_helper.rb
#image_new ⇒ Object
135 136 137 138 |
# File 'app/helpers/ish_manager/images_helper.rb', line 135 def image_new raw('<i class="fa fa-plus-square"></i>') # image_tag 'icons/32x32/new.png', :alt => '[+]' end |