This commit is contained in:
Ayush Gupta
2012-07-17 12:23:23 -07:00
parent 77493426f6
commit f42a3bf687
4 changed files with 87 additions and 17 deletions

View File

@@ -1,6 +1,10 @@
<td class='code'>{{name}}</td>
<td>
<input minlength='0' name='{{name}}' placeholder='' type='text' value=''/>
{{#if defaultValue}}
<input minlength='0' name='{{name}}' placeholder='' type='text' value='{{defaultValue}}'/>
{{else}}
<input minlength='0' name='{{name}}' placeholder='' type='text' value=''/>
{{/if}}
</td>
<td width='500'>{{description}}</td>