Adds task title to new story modal
Change-Id: Id9eb006f8df5ae240cd055244d5ea275b3ade10a
This commit is contained in:
parent
884ca37c39
commit
754094ebfd
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user