From 30e1e67c17af5f919c1fc22574021330b911e511 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Mon, 11 Apr 2016 10:43:59 +0100 Subject: [PATCH] Make heading sizes more consistent MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit On: - the API keys page - the ‘send’ page There are some inconsistently small heading sizes. This commit makes them consistent with the heading sizes on other pages. --- app/templates/views/api-keys.html | 3 +-- app/templates/views/send.html | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/app/templates/views/api-keys.html b/app/templates/views/api-keys.html index fd59b9f79..eca7175cf 100644 --- a/app/templates/views/api-keys.html +++ b/app/templates/views/api-keys.html @@ -22,7 +22,7 @@ developer documentation.

-

+

Service ID

@@ -33,7 +33,6 @@ keys, empty_message="You haven’t created any API keys yet", caption="API keys", - caption_visible=False, field_headings=['Key name', hidden_field_heading('Action')] ) %} {% call field() %} diff --git a/app/templates/views/send.html b/app/templates/views/send.html index 93e574506..5ed9e7c2d 100644 --- a/app/templates/views/send.html +++ b/app/templates/views/send.html @@ -28,7 +28,7 @@ ) }} {% endif %} -

+

You need {{ template.placeholders|length + 1 }} {% if template.placeholders %} @@ -37,7 +37,7 @@ column {% endif %} in your file, like this: -

+

{% call(item, row_number) list_table( example,