Skip to content
Extraits de code Groupes Projets
Valider 00f9f16f rédigé par Yamagishi Kazutoshi's avatar Yamagishi Kazutoshi Validation de Eugen Rochko
Parcourir les fichiers

Change timezone of the datetime to what browser specifies (#4688)

parent 18f69fb9
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -24,7 +24,8 @@ ...@@ -24,7 +24,8 @@
%th= t('admin.accounts.most_recent_activity') %th= t('admin.accounts.most_recent_activity')
%td %td
- if @account.user_current_sign_in_at - if @account.user_current_sign_in_at
= l @account.user_current_sign_in_at %time.formatted{ datetime: @account.user_current_sign_in_at.iso8601, title: l(@account.user_current_sign_in_at) }
= l @account.user_current_sign_in_at
- else - else
Never Never
- else - else
...@@ -43,7 +44,8 @@ ...@@ -43,7 +44,8 @@
%th= t('admin.accounts.push_subscription_expires') %th= t('admin.accounts.push_subscription_expires')
%td %td
- if @account.subscribed? - if @account.subscribed?
= l @account.subscription_expires_at %time.formatted{ datetime: account.subscription_expires_at.iso8601, title: l(account.subscription_expires_at) }
= l @account.subscription_expires_at
- else - else
= t('admin.accounts.not_subscribed') = t('admin.accounts.not_subscribed')
%tr %tr
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter