diff --git a/bbb-lti/build.gradle b/bbb-lti/build.gradle index 9cc4ea4acbf418ccd498c9dbfe676715b19fe667..ea3288f6ccaf2fd7c929951925045e51bb7caed7 100644 --- a/bbb-lti/build.gradle +++ b/bbb-lti/build.gradle @@ -52,15 +52,20 @@ task copyWebInf(type: Copy) { from("src/main/webapp") } -// Task that creates the index file which lists all extra libs task copyViews(type: Copy) { into("${project.buildDir}/resources/main/grails-app/views") from("grails-app/views") } +task copyI18n(type: Copy) { + into("${project.buildDir}/resources/main/grails-app/i18n") + from("grails-app/i18n") +} + // make processResources depends on copyWebInf task processResources.dependsOn copyWebInf copyWebInf.dependsOn copyViews +copyViews.dependsOn copyI18n repositories { jcenter() diff --git a/bbb-lti/grails-app/views/tool/index.gsp b/bbb-lti/grails-app/views/tool/index.gsp index 4d2b78cb463671ff7bfeb7e540e616d7a0e565e4..8ae06e529c1b04a2276dedd3b45f63ec9c9e47f9 100644 --- a/bbb-lti/grails-app/views/tool/index.gsp +++ b/bbb-lti/grails-app/views/tool/index.gsp @@ -58,7 +58,7 @@ </div> </g:if> </td> - <td class="cell c4" style="text-align:left;">${r.unixDate}</td> + <td class="cell c4" style="text-align:left;">${r.reportDate}</td> <td class="cell c5" style="text-align:right;">${r.duration}</td> <g:if test="${ismoderator}"> <td class="cell c6 lastcol" style="text-align:center;">