Add time zone preference (#25342)
This commit is contained in:
parent
16dd3f08c1
commit
4c9406bdb0
20 changed files with 32 additions and 17 deletions
|
|
@ -47,7 +47,7 @@
|
|||
%strong= "#{t('sessions.browser')}:"
|
||||
%span{ title: @user_agent }= t 'sessions.description', browser: t("sessions.browsers.#{@detection.id}", default: @detection.id.to_s), platform: t("sessions.platforms.#{@detection.platform.id}", default: @detection.platform.id.to_s)
|
||||
%br/
|
||||
= l(@timestamp)
|
||||
= l(@timestamp.in_time_zone(@resource.time_zone))
|
||||
|
||||
%table.email-table{ cellspacing: 0, cellpadding: 0 }
|
||||
%tbody
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue