Skip to content

Instantly share code, notes, and snippets.

@khepin
Created November 30, 2012 10:09
Show Gist options
  • Save khepin/4174925 to your computer and use it in GitHub Desktop.
Save khepin/4174925 to your computer and use it in GitHub Desktop.
<div class="field">
<% if(field.toolTip !== undefined) { %>
<%= _.partial('tooltip', {tooltip: {content: field.toolTip}}) %>
<% } %>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment