Skip to content

Commit 2abfbd8

Browse files
committed
123
123
1 parent 75c69ba commit 2abfbd8

File tree

1 file changed

+1
-1
lines changed
  • skill/src/main/resources/templates

1 file changed

+1
-1
lines changed

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">名前121</label>
19+
<label for="inputName" class="col-sm-4 control-label">名前</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)