From 6f148395ae6e5a5b56ea6cd2393e269fb90855e0 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Thu, 13 Aug 2015 13:22:35 +0800 Subject: Bug 1192688 - non-schema changes --- template/en/default/account/prefs/apikey.html.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'template') diff --git a/template/en/default/account/prefs/apikey.html.tmpl b/template/en/default/account/prefs/apikey.html.tmpl index ff9ed697a..8b740cf1e 100644 --- a/template/en/default/account/prefs/apikey.html.tmpl +++ b/template/en/default/account/prefs/apikey.html.tmpl @@ -41,7 +41,9 @@ here.

value="[% api_key.description FILTER html %]"> [% IF api_key.last_used %] - [% api_key.last_used FILTER time %] + [% api_key.last_used FILTER time %] + [% IF api_key.last_used_ip %] ([% api_key.last_used_ip FILTER html %]) [% END %] + [% ELSE %] never used [% END %] -- cgit v1.2.3-24-g4f1b