diff --git a/src/includes/mentor/resources/detail.pug b/src/includes/mentor/resources/detail.pug index 51fb1d906baf8e4c252016d1b14c29c8200d0295..4dd59199a3c9d02a41bbda48243a47a5f693962c 100644 --- a/src/includes/mentor/resources/detail.pug +++ b/src/includes/mentor/resources/detail.pug @@ -1,13 +1,5 @@ include ../../components/widgets -sib-router - sib-route( name='confirm_suppress', use-id) - -dialog#confirm_suppress - h1 confirm_suppress - sib-delete(data-label="Delete" bind-resources) - sib-link(class="backlink pull-right", next="mentor-resource-list") X - .block_log.block_creat_count.no_shadow sib-link(class="backlink", next="mentor-resource-list") .like @@ -123,10 +115,6 @@ dialog#confirm_suppress action-detail='mentor-resource-detail' ) - sib-link( - bind-resources, - next="confirm_suppress" - ) <i class="fas fa-trash-alt"></i> \ No newline at end of file