Ajout commentaire + icone menu
This commit is contained in:
@@ -247,6 +247,11 @@
|
||||
</div>
|
||||
}
|
||||
|
||||
<!-- Commentaires -->
|
||||
@if (!isNewIssueRoute) {
|
||||
<app-issue-comments [issueId]="issue.id" />
|
||||
}
|
||||
|
||||
@if (isNewIssueRoute) {
|
||||
<div class="d-flex justify-content-end gap-2 mt-4">
|
||||
<button type="button" class="btn btn-outline-secondary" (click)="cancelCreation()">Annuler</button>
|
||||
|
||||
Reference in New Issue
Block a user