habitica/app/assets/javascripts/backbone/templates/habits/index.jst.ejs

21 lines
308 B
Text
Raw Normal View History

2012-02-08 00:09:58 +00:00
<h1>Listing habits</h1>
<table id="habits-table">
<tr>
<th>Name</th>
<th>Habit type</th>
<th>Score</th>
<th>Notes</th>
<th>Up</th>
<th>Down</th>
<th>Done</th>
<th>Position</th>
<th></th>
<th></th>
<th></th>
</tr>
</table>
<br/>
<a href="#/new">New Habit</a>