Commit 5fefd047 authored by issei.miyajima's avatar issei.miyajima

体裁修正

parent 98245fb2
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
<th>ID</th> <th>ID</th>
<th>名前</th> <th>名前</th>
<th>権限</th> <th>権限</th>
<th></th>
</tr> </tr>
<tr th:each="users : ${users}"> <tr th:each="users : ${users}">
<td th:text="${users.id}">1</td> <td th:text="${users.id}">1</td>
...@@ -45,7 +46,7 @@ ...@@ -45,7 +46,7 @@
<td> <td>
<div th:object="${user}" th:switch="${user.id}"> <div th:object="${user}" th:switch="${user.id}">
<div th:case="${users.id}"> <div th:case="${users.id}">
<a>ログイン中のため変更できません</a>
</div> </div>
<div th:case="*"> <div th:case="*">
<form th:action="@{/limited/admin/management/{id}(id=${users.id})}" th:method="post"> <form th:action="@{/limited/admin/management/{id}(id=${users.id})}" th:method="post">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment