Fixed errors in ta teams listing for course.
This commit is contained in:
parent
a5cfdfbbc9
commit
f1add7dc84
|
@ -21,10 +21,10 @@
|
|||
Teaching Assistant Team <span th:text="${taTeam.getId()}"></span>
|
||||
</a>
|
||||
</td>
|
||||
<td th:each="ta: ${taTeam.getStudents()}">
|
||||
<td th:each="ta: ${taTeam.getTeachingAssistants()}">
|
||||
<span th:text="${ta.getFullName()}"></span>
|
||||
</td>
|
||||
<td th:text="${taTeam.getGithubRepositoryName()}"></td>
|
||||
<td th:text="${taTeam.getGithubTeamName()}"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue