renaming
This commit is contained in:
@ -40,6 +40,7 @@ public class GroupDetailsController {
|
|||||||
this.inviteService = inviteService;
|
this.inviteService = inviteService;
|
||||||
this.groupService = groupService;
|
this.groupService = groupService;
|
||||||
this.projectionService = projectionService;
|
this.projectionService = projectionService;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@RolesAllowed({"ROLE_orga", "ROLE_studentin"})
|
@RolesAllowed({"ROLE_orga", "ROLE_studentin"})
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en"
|
<html lang="de"
|
||||||
th:replace="~{mopslayout :: html(name='Gruppenbildung', headcontent=~{:: headcontent}, navigation=~{:: navigation}, bodycontent=~{:: bodycontent})}"
|
th:replace="~{mopslayout :: html(name='Gruppenbildung', headcontent=~{:: headcontent}, navigation=~{:: navigation}, bodycontent=~{:: bodycontent})}"
|
||||||
xmlns:th="http://www.thymeleaf.org">
|
xmlns:th="http://www.thymeleaf.org">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="UTF-8">
|
||||||
<title>Gruppe Beitreten</title>
|
<title>Gruppe Beitreten</title>
|
||||||
<th:block th:fragment="headcontent">
|
<th:block th:fragment="headcontent">
|
||||||
<!-- Links, Skripts, Styles hier einfügen! -->
|
<!-- Links, Skripts, Styles hier einfügen! -->
|
||||||
@ -20,7 +20,7 @@
|
|||||||
<li>
|
<li>
|
||||||
<a th:href="@{/gruppen2/create}">Erstellen</a>
|
<a th:href="@{/gruppen2/create}">Erstellen</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="active">
|
<li>
|
||||||
<a th:href="@{/gruppen2/search}">Suche</a>
|
<a th:href="@{/gruppen2/search}">Suche</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
Reference in New Issue
Block a user