File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring/src/main/resources/templates Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2727<!-- Slightly ashamed of this JavaScript/CSS but it works ¯\_(ツ)_/¯ -->
2828
2929< body >
30- < h1 class ="title " id ="home "> Convert JSON to Kotlin Data Class </ h1 >
30+ < h1 class ="title " id ="home "> Convert JSON to Kotlin</ h1 >
3131< div class ="j2kcontainer " style ="background:#3F51B5 ">
3232 < form id ="jsonForm " action ="# " th:action ="@{/} " th:object ="${conversionForm} "
3333 method ="post " onsubmit ="return validateForm() ">
@@ -38,7 +38,7 @@ <h1 class="title" id="home">Convert JSON to Kotlin Data Class</h1>
3838 </ p >
3939 </ form >
4040</ div >
41- < h2 th:if ="${kotlin != null} " class ="title " id ="results "> Generated Kotlin Data Classes </ h2 >
41+ < h2 th:if ="${kotlin != null} " class ="title " id ="results "> Generated Kotlin Source Code </ h2 >
4242< div class ="j2kcontainer " style ="background:#4CAF50 " th:if ="${kotlin != null} ">
4343
4444 < input type ="hidden " id ="filename " th:value ="${filename} "/>
You can’t perform that action at this time.
0 commit comments