File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
skill/src/main/resources/templates Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1515 < body >
1616 < div th:include ="include :: header "> </ div >
1717 < div align ="center " style ="margin: 10px ">
18- < h1 > Edit Pagees < span th:text ="${id} "> </ span > </ h1 >
18+ < h1 > Edit Page < span th:text ="${id} "> </ span > </ h1 >
1919 </ div >
2020
2121 < div th:include ="include :: footer "> </ div >
Original file line number Diff line number Diff line change 1616 < h2 class ="col-sm-offset-4 col-sm-8 "> スキル情報新規</ h2 >
1717 < form class ="form-horizontal " method ="post " action ="/new_add " th:object ="${indexViewInfo} ">
1818 < div class ="form-group ">
19- < label for ="inputName " class ="col-sm-4 control-label "> 名前 </ label >
19+ < label for ="inputName " class ="col-sm-4 control-label "> 名前121 </ label >
2020 < div class ="col-sm-4 " th:classappend ="${#fields.hasErrors('name')} ? 'alert alert-danger' ">
2121 < input type ="text " class ="form-control " id ="inputName " placeholder ="" th:field ="*{name} ">
2222 < span th:errors ="*{name} "> </ span >
You can’t perform that action at this time.
0 commit comments