Skip to content

Instantly share code, notes, and snippets.

@dagda1
Created November 14, 2011 22:51
Show Gist options
  • Save dagda1/1365477 to your computer and use it in GitHub Desktop.
Save dagda1/1365477 to your computer and use it in GitHub Desktop.
template.html
<script type="text/template" id="businessunit_template">
<tr data-uid="{{Uid}}">
<td class="first"><span>{{Name}}</span></td>
<td class="{{StatusClass}} tac">{{OverallScore}}%</td>
<td>
<a class="impactanalysis individualBu" href="#"> </a>
</td>
</tr>
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment