Commit db63ddf4 authored by issei.miyajima's avatar issei.miyajima

Merge branch '管理画面体裁修正' into 'master'

体裁修正

See merge request !73
parents 42ef74b5 5fefd047
......@@ -37,6 +37,7 @@
<th>ID</th>
<th>名前</th>
<th>権限</th>
<th></th>
</tr>
<tr th:each="users : ${users}">
<td th:text="${users.id}">1</td>
......@@ -45,7 +46,7 @@
<td>
<div th:object="${user}" th:switch="${user.id}">
<div th:case="${users.id}">
<a>ログイン中のため変更できません</a>
</div>
<div th:case="*">
<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