Add story points for tasks

This commit is contained in:
Frédéric Guillot
2014-02-24 21:22:32 -05:00
parent 565290fbf9
commit 44fc9c081f
12 changed files with 65 additions and 2 deletions

View File

@@ -20,6 +20,9 @@
<?= Helper\form_label(t('Assignee'), 'owner_id') ?>
<?= Helper\form_select('owner_id', $users_list, $values, $errors) ?><br/>
<?= Helper\form_label(t('Story Points'), 'score') ?>
<?= Helper\form_number('score', $values, $errors) ?><br/>
<?= Helper\form_label(t('Description'), 'description') ?>
<?= Helper\form_textarea('description', $values, $errors) ?><br/>