Skip to content

Commit 652cd94

Browse files
chenw1201windybirth
authored andcommitted
Master121 (#14)
* editlimiande ibian * 2212 121
1 parent c314075 commit 652cd94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

skill/src/main/resources/templates/edit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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>

skill/src/main/resources/templates/new.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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>

0 commit comments

Comments
 (0)