File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
src/main/resources/templates Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 1010< body th:replace ="layout/page :: tw-page-body(twcontent=~{::mytwcontent},twtitle=~{::mytwtitle},scripts=~{::script}) ">
1111
1212< div th:fragment ="mytwtitle ">
13- <!-- Document Window -->
1413 < h1 class ="tw-title ">
1514 < i class ="fas fa-edit "> </ i >
1615 < span th:utext ="#{task.show.h1} "> Edit Task</ span >
@@ -47,9 +46,5 @@ <h1 class="tw-title">
4746 </ div >
4847</ div >
4948
50- < script th:src ="@{/webjars/ckeditor/4.14.0/full/ckeditor.js} "> </ script >
51- < script th:inline ="javascript ">
52- CKEDITOR . replace ( 'textEditor' ) ;
53- </ script >
5449</ body >
5550</ html >
Original file line number Diff line number Diff line change 1010< body th:replace ="layout/page :: tw-page-body(twcontent=~{::mytwcontent},twtitle=~{::mytwtitle},scripts=~{::script}) ">
1111
1212< div th:fragment ="mytwtitle ">
13- <!-- Document Window -->
1413 < h1 >
1514 < i class ="fas fa-edit "> </ i >
1615 < span th:utext ="#{task.show.h1} "> Edit Task</ span >
5049 </ div >
5150</ div >
5251
53- < script th:src ="@{/webjars/ckeditor/4.14.0/full/ckeditor.js} "> </ script >
54- < script th:inline ="javascript ">
55- CKEDITOR . replace ( 'textEditor' ) ;
56- </ script >
5752</ body >
5853</ html >
You can’t perform that action at this time.
0 commit comments