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