We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2abfbd8 + 652cd94 commit e4cbd58Copy full SHA for e4cbd58
skill/src/main/resources/templates/new.html
@@ -16,7 +16,7 @@
16
<h2 class="col-sm-offset-4 col-sm-8">スキル情報新規</h2>
17
<form class="form-horizontal" method="post" action="/new_add" th:object="${indexViewInfo}">
18
<div class="form-group">
19
- <label for="inputName" class="col-sm-4 control-label">名前</label>
+ <label for="inputName" class="col-sm-4 control-label">名前121</label>
20
<div class="col-sm-4" th:classappend="${#fields.hasErrors('name')} ? 'alert alert-danger'">
21
<input type="text" class="form-control" id="inputName" placeholder="" th:field="*{name}">
22
<span th:errors="*{name}"></span>
0 commit comments