1

Merge pull request #127 from hhu-propra2/ui-fixes

Ui fixes
This commit is contained in:
Christoph
2020-03-24 15:29:57 +01:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

View File

@ -26,9 +26,9 @@
<p th:text="${message}"></p>
</div>
</div>
<button style="color: #52a1eb">
<a style="color: white" class="btn btn-primary btn-lg" href="#" onclick="window.history.back(-1);return false;" role="button">Zurück</a>
<button class="btn btn-primary"
style="background: #52a1eb; border-style: none;">
<a style="color: white" href="#" onclick="window.history.back(-1);return false;" role="button">Zurück</a>
</button>
</div>
</div>

View File

@ -56,8 +56,8 @@
<th scope="col">Mitgliederanzahl</th>
</tr>
</thead>
<tbody th:each="gruppe : ${gruppen}">
<tr>
<tbody>
<tr th:each="gruppe : ${gruppen}">
<th scope="row">
<a th:href="@{/gruppen2/detailsSearch(id=${gruppe.getId()})}"
th:text="${gruppe.title}">Gruppenname</a>