Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
fairblue
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hosting
chat
fairblue
Commits
998809f9
Commit
998809f9
authored
5 years ago
by
Ghazi Triki
Browse files
Options
Downloads
Patches
Plain Diff
Fix date formatting.
parent
7b622059
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bbb-lti/build.gradle
+6
-1
6 additions, 1 deletion
bbb-lti/build.gradle
bbb-lti/grails-app/views/tool/index.gsp
+1
-1
1 addition, 1 deletion
bbb-lti/grails-app/views/tool/index.gsp
with
7 additions
and
2 deletions
bbb-lti/build.gradle
+
6
−
1
View file @
998809f9
...
...
@@ -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
()
...
...
This diff is collapsed.
Click to expand it.
bbb-lti/grails-app/views/tool/index.gsp
+
1
−
1
View file @
998809f9
...
...
@@ -58,7 +58,7 @@
</div>
</g:if>
</td>
<td
class=
"cell c4"
style=
"text-align:left;"
>
${r.
unix
Date}
</td>
<td
class=
"cell c4"
style=
"text-align:left;"
>
${r.
report
Date}
</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;"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment