File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed
src/main/webapp/app/lecture/manage/lecture-update Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -91,9 +91,9 @@ module.exports = {
9191 coverageThreshold : {
9292 global : {
9393 // TODO: in the future, the following values should increase to at least 90%
94- statements : 88.96 ,
94+ statements : 88.98 ,
9595 branches : 75.15 ,
96- functions : 82.98 ,
96+ functions : 82.96 ,
9797 lines : 89.04 ,
9898 } ,
9999 } ,
Original file line number Diff line number Diff line change @@ -49,15 +49,6 @@ <h3 id="artemisApp.lecture.sections.title"><span jhiTranslate="artemisApp.lectur
4949 < fa-icon [icon] ="faSave " class ="me-1 " /> < span jhiTranslate ="entity.action.save "> </ span >
5050 </ button >
5151 </ div >
52- @if (isEditMode()) {
53- < div >
54- < h3 id ="artemisApp.lecture.sections.attachments "> < span jhiTranslate ="artemisApp.lecture.sections.attachments "> </ span > </ h3 >
55- < p id ="artemisApp.lecture.sections.attachmentsDescription ">
56- < span jhiTranslate ="artemisApp.lecture.sections.attachmentsDescription "> </ span >
57- </ p >
58- < jhi-lecture-attachments [lectureId] ="lecture().id " [showHeader] ="false " />
59- </ div >
60- }
6152 </ div >
6253 @if (isEditMode()) {
6354 < div class ="mt-3 ">
You can’t perform that action at this time.
0 commit comments