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 10
10
< body th:replace ="layout/page :: tw-page-body(twcontent=~{::mytwcontent},twtitle=~{::mytwtitle},scripts=~{::script}) ">
11
11
12
12
< div th:fragment ="mytwtitle ">
13
- <!-- Document Window -->
14
13
< h1 class ="tw-title ">
15
14
< i class ="fas fa-edit "> </ i >
16
15
< span th:utext ="#{task.show.h1} "> Edit Task</ span >
@@ -47,9 +46,5 @@ <h1 class="tw-title">
47
46
</ div >
48
47
</ div >
49
48
50
- < script th:src ="@{/webjars/ckeditor/4.14.0/full/ckeditor.js} "> </ script >
51
- < script th:inline ="javascript ">
52
- CKEDITOR . replace ( 'textEditor' ) ;
53
- </ script >
54
49
</ body >
55
50
</ html >
Original file line number Diff line number Diff line change 10
10
< body th:replace ="layout/page :: tw-page-body(twcontent=~{::mytwcontent},twtitle=~{::mytwtitle},scripts=~{::script}) ">
11
11
12
12
< div th:fragment ="mytwtitle ">
13
- <!-- Document Window -->
14
13
< h1 >
15
14
< i class ="fas fa-edit "> </ i >
16
15
< span th:utext ="#{task.show.h1} "> Edit Task</ span >
50
49
</ div >
51
50
</ div >
52
51
53
- < script th:src ="@{/webjars/ckeditor/4.14.0/full/ckeditor.js} "> </ script >
54
- < script th:inline ="javascript ">
55
- CKEDITOR . replace ( 'textEditor' ) ;
56
- </ script >
57
52
</ body >
58
53
</ html >
You can’t perform that action at this time.
0 commit comments