proper textarea

This commit is contained in:
Tyler Renelle 2012-06-26 10:32:56 -04:00
parent 4faad8c474
commit c2a093c0f9

View file

@ -130,7 +130,7 @@
<editPopover:>
<div style="display:none;" id={{:task.id}}-edit>
<label>Text<input type=text value={:task.text} /></label>
<label>Notes<input type=textarea rows=5 value={:task.notes} /></label>
<label>Notes<textarea rows=3>{:task.notes}</textarea></label>
{#if equal(:task.type, 'habit')}
<label><input type=checkbox checked={:task.up}><i></i>Up</label>
<label><input type=checkbox checked={:task.down}><i></i>Down</label>