Skip to content

Instantly share code, notes, and snippets.

@stevenpsmith
Created January 23, 2012 16:57
Show Gist options
  • Save stevenpsmith/1664238 to your computer and use it in GitHub Desktop.
Save stevenpsmith/1664238 to your computer and use it in GitHub Desktop.
<script type="text/template" id="activity-details-template">
<h3><%= type %></h3>
<ul data-role="listview" id="activitiy-fields" data-inset="true">
<li>Date: <%= date %></li>
<li>Minutes: <%= minutes %></li>
<li>Distance: <%= distance %></li>
<li>Comments: <%= comments %></li>
</ul>
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment