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

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