fix button to leave editmembers
Co-Authored-By: tomvahl <tomvahl@users.noreply.github.com>
This commit is contained in:
@ -100,10 +100,9 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<button class="btn btn-primary" style="background: #52a1eb; border-style: none"
|
<form method="get" th:action="@{/gruppen2/details/{id}(id=${group.getId()})}">
|
||||||
type="button">
|
<button class="btn btn-primary" style="background: #52a1eb; border-style: none" type="submit">Fertig</button>
|
||||||
<a th:href="@{/gruppen2/details(id=${group.getId()})}" style="color: white">Fertig</a>
|
</form>
|
||||||
</button>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user