From 4ddc99781f9979473dbbed86734111900a0121db Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Fri, 7 Oct 2016 10:59:07 +0100 Subject: [PATCH] Make revoked message in API keys table lighter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s secondary information so works better in the secondary text colour. --- app/templates/views/api/keys.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/templates/views/api/keys.html b/app/templates/views/api/keys.html index a18419156..a512dd572 100644 --- a/app/templates/views/api/keys.html +++ b/app/templates/views/api/keys.html @@ -19,7 +19,6 @@ Create an API key - {% call(item, row_number) list_table( keys, empty_message="You haven’t created any API keys yet", @@ -47,7 +46,7 @@ {% endcall %} {% if item.expiry_date %} {% call field(align='right') %} - Revoked {{ item.expiry_date|format_datetime_short }} + Revoked {{ item.expiry_date|format_datetime_short }} {% endcall %} {% else %} {% call field(align='right', status='error') %}