Cosmetic fixes on add/edit task lightbox partial.

stable
Andrey Antukh 2014-07-10 19:59:51 +02:00
parent cb3c979a04
commit ff41e86f2b
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@ a.close(href="", title="close")
form form
h2.title(tg-i18n="task.title-new") h2.title(tg-i18n="task.title-new")
fieldset fieldset
input(type="text", ng-model="task.subject", placeholder="A task subject", data-required="true", data-maxlength="500") input(type="text", ng-model="task.subject", placeholder="A task subject",
data-required="true", data-maxlength="500")
fieldset fieldset
select(ng-model="task.status", ng-options="s.id as s.name for s in taskStatusList", select(ng-model="task.status", ng-options="s.id as s.name for s in taskStatusList",
placeholder="Task status") placeholder="Task status")