Adds task title to new story modal

Change-Id: Id9eb006f8df5ae240cd055244d5ea275b3ade10a
This commit is contained in:
Riju19 2019-02-28 15:19:33 +05:30
parent 884ca37c39
commit 754094ebfd
1 changed files with 4 additions and 1 deletions

View File

@ -10,7 +10,7 @@
<form class="form-horizontal" role="form" name="storyForm">
<div class="form-group">
<label for="name" class="col-sm-2 control-label">
Title:
Title
</label>
<div class="col-sm-10">
@ -134,6 +134,9 @@
</div>
<div class="row">
<div class="col-xs-12">
<label class="col-sm-2 control-label">
Tasks
</label>
<form role="form" name="tasksForm">
<table class="table table-striped table-outlined">
<tbody>