Skip to content

Commit

Permalink
Merge branch '1.1' of github.com:Komal-sharma-2712/core-framework int…
Browse files Browse the repository at this point in the history
…o 1.1
  • Loading branch information
Akshay Kumar committed Dec 13, 2022
2 parents 81f0c68 + 949c168 commit 9fb8063
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Resources/views/ticket.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,8 @@

<div class="uv-aside-ticket-brick">
<h3>{{ 'TimeStamp'|trans }}</h3>
<span class="uv-icon-timestamp"></span> <span>{{ ticket_service.timeZoneConverter(initialThread.createdAt) }}</span>
<span class="uv-icon-timestamp"></span>
<span>{{ ticket_service.timeZoneConverter(ticket.createdAt) }}</span>
</div>

<div class="uv-aside-ticket-brick">
Expand Down Expand Up @@ -784,7 +785,7 @@
<div class="uv-ticket-strip">
<span>
<span class="uv-ticket-strip-label">{{ 'Created'|trans }} - </span>
<span class="timeago uv-margin-0" data-timestamp="{{ ticket.createdAt.getTimestamp() }}" title="{{ ticket.createdAt.format('d-m-Y h:ia') }}">{{ ticket_service.timeZoneConverter(initialThread.createdAt) }}</span>
<span class="timeago uv-margin-0" data-timestamp="{{ ticket.createdAt.getTimestamp() }}" title="{{ ticket.createdAt.format('d-m-Y h:ia') }}">{{ ticket_service.timeZoneConverter(ticket.createdAt) }}</span>
</span>

<span>
Expand Down

0 comments on commit 9fb8063

Please sign in to comment.