7 lines
165 B
CoffeeScript
7 lines
165 B
CoffeeScript
safe = Travis.Helpers.safe
|
|
|
|
tipsy = (text, tip) ->
|
|
safe '<span class="tool-tip" original-title="' + tip + '">' + text + '</span>'
|
|
|
|
Travis.Handlebars.tipsy = tipsy
|