From 1d68aa87ead27a4d15d00ed79d6a656d14b2a0b7 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Fri, 17 Jun 2016 13:06:54 +0100 Subject: [PATCH] Reorder the breaking change page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The table on this page looked too much like something you were supposed to interact with. To understand what’s expected of you from this page, you need to know: - what you’ve done to make this page happen (you changed some stuff) - what actions are available now (confirm, back) The rest of the information is supplemenatary—it helps you make a descision, but it’s not key to understanding what the decision _is_. This also matches what we do on the upload file page, where the non-essential example is under the button. --- .../views/templates/breaking-change.html | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/app/templates/views/templates/breaking-change.html b/app/templates/views/templates/breaking-change.html index 27eeafc8b..835ceff47 100644 --- a/app/templates/views/templates/breaking-change.html +++ b/app/templates/views/templates/breaking-change.html @@ -25,6 +25,18 @@ {% endif %} +
+ + + + + {{ page_footer( + 'Save changes to template', + back_link=url_for(".edit_service_template", service_id=current_service.id, template_id=new_template.id), + back_link_text="Back" + ) }} +
+

When you send messages using this template you’ll need {{ new_template.placeholders|length + 1 }} columns of data: @@ -50,16 +62,4 @@

Developers, you’ll need to update your API calls

-
- - - - - {{ page_footer( - 'Save changes to template', - back_link=url_for(".edit_service_template", service_id=current_service.id, template_id=new_template.id), - back_link_text="Back" - ) }} -
- {% endblock %}