Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
eCOM-RICM5-MyTransport
MyTransport
Commits
79f89384
Commit
79f89384
authored
Dec 18, 2018
by
Julien
Browse files
fix
parent
87b3fce9
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/app/layouts/main/main.component.html
View file @
79f89384
<jhi-page-ribbon></jhi-page-ribbon>
<!--
<jhi-page-ribbon></jhi-page-ribbon>
-->
<div>
<router-outlet
name=
"navbar"
></router-outlet>
</div>
...
...
src/main/webapp/app/manager/taxi-management/selector/lists/late/late.component.html
View file @
79f89384
...
...
@@ -11,7 +11,7 @@
routerLinkActive=
"active"
>
({{course.client.id}}) : {{ course.client.user.firstName }}
<br/>
{{ course.debut_espere | date:'dd/MM/yy, HH:mm' }}
<span
class=
"late"
>
+ {{ calcLate(course.debut_espere) }} min
</span>
<!--
<span class="late"> + {{ calcLate(course.debut_espere) }} min</span>
-->
</div>
</ng-template>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment