Revize b66f682e
Přidáno uživatelem Michal Linha před asi 5 roky(ů)
src/main/webapp/WEB-INF/templates/index.html | ||
---|---|---|
70 | 70 |
</tr> |
71 | 71 |
</thead> |
72 | 72 |
<tbody> |
73 |
<tr th:each="iassembly : ${assemblies}"> |
|
73 |
<tr th:each="iassembly, itemStat : ${assemblies}">
|
|
74 | 74 |
<div> |
75 | 75 |
<td><a th:href="@{/assembly(assemblyID=${iassembly.id})}"><span th:text="${iassembly.name}"></span></a></td> |
76 |
<td>Akademický rok, Fakulta, Typ strudia, Ročník, ...</td>
|
|
76 |
<td th:text="${attributes[__${itemStat.index}__]}"></td>
|
|
77 | 77 |
<td> |
78 | 78 |
<div class="action-wrapper"> |
79 | 79 |
<span class="action-button"> |
Také k dispozici: Unified diff
re #7881 loading of attributes of assembly on main page