We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c18e1b commit 46bcebfCopy full SHA for 46bcebf
bbb-lti/grails-app/views/tool/index.gsp
@@ -22,6 +22,7 @@
22
</thead>
23
<tbody>
24
<g:each in="${recordingList}" var="r">
25
+ <g:if test="${ismoderator || r.published == 'true'}">
26
<tr class="r0 lastrow">
27
<td class="cell c0" style="text-align:center;">
28
<g:each in="${r.playback}" var="p">
@@ -50,6 +51,7 @@
50
51
</td>
52
</g:if>
53
</tr>
54
+ </g:if>
55
</g:each>
56
</tbody>
57
</table>
bbb-lti/grails-app/views/tool/index2.gsp
0 commit comments