forked from OrgGo/Tasks
Comments text area is now bigger
This commit is contained in:
parent
0b3f2ab638
commit
47d4f3a345
|
@ -69,7 +69,7 @@
|
||||||
|
|
||||||
<div class="comment">
|
<div class="comment">
|
||||||
<form method="POST" action="/add-comment/">
|
<form method="POST" action="/add-comment/">
|
||||||
<textarea rows="1" cols="75" name="commentText" placeholder="Add Comment"></textarea>
|
<textarea rows="2" cols="75" name="commentText" placeholder="Add Comment"></textarea>
|
||||||
<input type="text" class="hidden" name="taskID" value="{{$value.Id}}">
|
<input type="text" class="hidden" name="taskID" value="{{$value.Id}}">
|
||||||
<input type="submit" value="Comment" class="btn btn-primary" />
|
<input type="submit" value="Comment" class="btn btn-primary" />
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Reference in New Issue