1

fix button to leave editmembers

Co-Authored-By: tomvahl <tomvahl@users.noreply.github.com>
This commit is contained in:
killerber4t
2020-03-19 15:49:53 +01:00
parent 46203e43f8
commit c343b5adbe

View File

@ -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>