Skip to content

Instantly share code, notes, and snippets.

@michaltakac
Created October 16, 2015 23:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaltakac/5ba9440f32b59f308df4 to your computer and use it in GitHub Desktop.
Save michaltakac/5ba9440f32b59f308df4 to your computer and use it in GitHub Desktop.
Braintree demo - dashboard.html (v1)
<template name="dashboard">
<div class="template-dashboard">
<div class="page-header">
<h1>Dashboard</h1>
</div>
<ul class="list-group">
{{#each items}}
<li class="list-group-item">{{ name }} <span class="label label-default">{{ rating }}</span></li>
{{/each}}
</ul>
</div>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment