added related user story
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
<!-- <div class="modal-lg"> -->
|
||||
<div class="modal-content p-3">
|
||||
<div class="modal-header">
|
||||
<table>
|
||||
@@ -6,7 +5,7 @@
|
||||
<h4 class="modal-title">Neuen Task anlegen</h4>
|
||||
</tr>
|
||||
<tr>
|
||||
<h6 class="modal-caption text-muted"> Gehört zu Story: <a href="#"></a></h6>
|
||||
<h6 class="modal-caption text-muted"> Gehört zu Story: <a href="#" id="userstoryTitle">{{this.userstoryId}}</a></h6>
|
||||
</tr>
|
||||
<!--getUserstory fehlt noch-->
|
||||
</table>
|
||||
@@ -59,11 +58,11 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<div class="modal-footer">
|
||||
<button (click)="onClose()" type="dismiss" class="btn btn-secondary" data-dismiss="modal">Abbrechen</button>
|
||||
<button type="submit" class="btn btn-primary">Erstellen</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<!-- </div> -->
|
||||
</div>
|
||||
Reference in New Issue
Block a user