diff options
author | Byron Jones <glob@mozilla.com> | 2015-08-13 07:22:35 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-08-13 07:22:35 +0200 |
commit | 6f148395ae6e5a5b56ea6cd2393e269fb90855e0 (patch) | |
tree | 57970076221d446e6aa2eec6f4247cec11e19604 /template/en | |
parent | d4a86e6b292aca70aacc49248884c64235dfa9a5 (diff) | |
download | bugzilla-6f148395ae6e5a5b56ea6cd2393e269fb90855e0.tar.gz bugzilla-6f148395ae6e5a5b56ea6cd2393e269fb90855e0.tar.xz |
Bug 1192688 - non-schema changes
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/account/prefs/apikey.html.tmpl | 4 |
1 files changed, 3 insertions, 1 deletions
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.</p> value="[% api_key.description FILTER html %]"> </td> [% IF api_key.last_used %] - <td>[% api_key.last_used FILTER time %]</td> + <td>[% api_key.last_used FILTER time %] + [% IF api_key.last_used_ip %] ([% api_key.last_used_ip FILTER html %]) [% END %] + </td> [% ELSE %] <td class="center"><i>never used</i></td> [% END %] |