From a2a7527675ee7d6c40bf5c5e71a2b6f46f7734ee Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Tue, 11 Aug 2015 13:37:29 -0400 Subject: Bug 1192688 - add ip to last used api key information --- 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