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

Fix missing at-sign (regression from #4688) (#4705)

parent 21bb4a6c
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
%th= t('admin.accounts.push_subscription_expires') %th= t('admin.accounts.push_subscription_expires')
%td %td
- if @account.subscribed? - if @account.subscribed?
%time.formatted{ datetime: account.subscription_expires_at.iso8601, title: l(account.subscription_expires_at) } %time.formatted{ datetime: @account.subscription_expires_at.iso8601, title: l(@account.subscription_expires_at) }
= l @account.subscription_expires_at = l @account.subscription_expires_at
- else - else
= t('admin.accounts.not_subscribed') = t('admin.accounts.not_subscribed')
......
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