This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
target Distribution -> Behaviors -> Edit -> Forward Query Strings -> turn 'Yes' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# to make <i> easily. | |
# name: icon class name. | |
# data: webfont number.some webfonts like icomoon can use with this. | |
# color: for Bootstrap2.0. you can set this 'white' for white icon. | |
# class: you can set css class to <i> tag. | |
# style: you can set inline css to <i> tag. | |
def icon_tag(options) | |
raise unless options.present? | |
case options | |
when String |
NewerOlder