|
@@ -22,7 +22,8 @@
|
|
|
<td><select th:field="*{platform}">
|
|
|
<option th:each="platform: ${platform}" th:value="${platform.id}" th:text="${platform.name}"/>
|
|
|
</select></td>
|
|
|
- <td th:if="${#fields.hasErrors('platform')}" th:errors="*{platform}" style="color:red">Platform Error</td>
|
|
|
+ <td th:if="${#fields.hasErrors('platform')}" th:errors="*{platform}" style="color:red">Platform Error
|
|
|
+ </td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>Link Good Day:</td>
|
|
@@ -40,7 +41,8 @@
|
|
|
<tr>
|
|
|
<td>Bug:</td>
|
|
|
<td><input type="text" th:field="*{description}" class="form-control"/></td>
|
|
|
- <td th:if="${#fields.hasErrors('description')}" th:errors="*{description}" style="color:red">Bug Error</td>
|
|
|
+ <td th:if="${#fields.hasErrors('description')}" th:errors="*{description}" style="color:red">Bug Error
|
|
|
+ </td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>Link Image:</td>
|