Fixing bulk task creation

stable
Alejandro Alonso 2014-08-18 14:48:53 +02:00
parent 335c9d47a3
commit 0950b995ed
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@ a.close(href="", title="close")
form
h2.title(tg-i18n="common.new-bulk")
fieldset
textarea(tg-i18n="placeholder:common.one-item-line", ng-model="form.data", data-required="true")
textarea(cols="200", wrap="off", tg-limit-line-length, tg-i18n="placeholder:common.one-item-line", ng-model="form.data", data-required="true")
a.button.button-green(href="", tg-i18n="title:common.save")
span(tg-i18n="common.save")