File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/app/modules/time-entries/pages Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9999 < div class ="modal-header ">
100100 < h5 class ="modal-title "> {{ entryId ? 'Edit Entry' : 'New Entry' }}</ h5 >
101101 < div >
102- < button class ="btn shadow-none " data-bs-toggle ="tooltip " title ="Clean form values " (click) ="detailsFields.cleanFieldsForm() ">
103- < i class ="fa fa-eraser "> </ i >
102+ < button class ="btn shadow-none " data-bs-toggle ="tooltip " title ="Clean form values " (click) ="detailsFields.cleanFieldsForm() ">
103+ < em class ="fa fa-eraser "> </ em >
104104 </ button >
105105 < button class ="btn shadow-none " data-bs-toggle ="tooltip " title ="Drag modal " cdkDragHandle >
106- < i class ="fa fa-grip-vertical "> </ i >
106+ < em class ="fa fa-grip-vertical "> </ em >
107107 </ button >
108108 </ div >
109109 </ div >
You can’t perform that action at this time.
0 commit comments