mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 14:03:06 +00:00
Removed message board components
This commit is contained in:
@@ -13,12 +13,6 @@
|
||||
<span *ngIf="!(processingDelete$ | async)"><i class="fa fa-trash"></i> {{'submission.workflow.generic.delete' | translate}}</span>
|
||||
</button>
|
||||
|
||||
<ds-message-board *ngIf="object && object.item && object.submitter"
|
||||
[dso]="object"
|
||||
[tooltipMessage]="'mydspace.messages.submitter-help'"
|
||||
(refresh)="refresh()">
|
||||
</ds-message-board>
|
||||
|
||||
<ng-template #content let-c="close" let-d="dismiss">
|
||||
<div class="modal-header">
|
||||
<h4 class="modal-title text-danger">{{'submission.general.discard.confirm.title' | translate}}</h4>
|
||||
|
Reference in New Issue
Block a user