Skip to content

Instantly share code, notes, and snippets.

@Samsinite
Created May 17, 2015 19:55
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 Samsinite/6c73188cdd0430289781 to your computer and use it in GitHub Desktop.
Save Samsinite/6c73188cdd0430289781 to your computer and use it in GitHub Desktop.
Workout Index List Markup
<div id="workout-builder">
<div id="workout-builder-index">
<a id="ember986" class="btn btn-primary">New</a>
<table class="table table-striped table-hover">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>Some Name</td>
<td>Some Description</td>
<td><button class="btn btn-danger">Delete</button></td>
</tr>
</tbody>
</table>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment