Skip to content
This repository has been archived by the owner on Dec 20, 2021. It is now read-only.

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
bcm committed May 4, 2013
1 parent d8ac735 commit fb78805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/twitter-bootstrap-markup-rails/helpers/icon_helpers.rb
Expand Up @@ -13,7 +13,7 @@ module IconHelpers
# # => '<i class="icon-globe"></i>'
#
# bootstrap_icon("briefcase", :color => "white")
# # => '<i class="icon-globe icon-white"></i>'
# # => '<i class="icon-briefcase icon-white"></i>'
#
# @param [String] name the name of the icon to display (e.g. "search", "thumbs-up")
# @option options [String] :color ("black") the color set from which the icon is chosen
Expand Down

0 comments on commit fb78805

Please sign in to comment.