Skip to content
Snippets Groups Projects
Unverified Commit 35b2806b authored by Jesus Federico's avatar Jesus Federico Committed by GitHub
Browse files

Merge pull request #5473 from mesutaydemir/patch-2

suggested solution timestamp issue for student role lti integration w…
parents 76180a05 ffb1c17e
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,9 @@
<g:if test="${ismoderator}">
<th class="header c6 lastcol" style="text-align:center;" scope="col"><g:message code="tool.view.actions" /></th>
</g:if>
<g:else>
<th class="header c5 lastcol" style="text-align:center;" scope="col"></th>
</g:else>
</tr>
</thead>
<tbody>
......@@ -75,6 +78,10 @@
</a>
</td>
</g:if>
<g:else>
<td class="cell c5 lastcol" style="text-align:center;">
</td>
</g:else>
</tr>
</g:if>
</g:each>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment