Add the possibility to add a description directly from the task show view

This commit is contained in:
Frédéric Guillot
2014-03-04 22:45:58 -05:00
parent 19409360ca
commit 141616b48c
6 changed files with 108 additions and 25 deletions

View File

@@ -211,4 +211,7 @@ return array(
//'Write your text in Markdown' => '',
//'Leave a comment' => '',
//'Comment is required' => '',
//'Comment added successfully.' => '',
//'Unable to create your comment.' => '',
//'The description is required' => '',
);