From 742128c517587b541748cee9cac8da45386984a1 Mon Sep 17 00:00:00 2001 From: Mariano Lopez Date: Mon, 17 Aug 2015 10:30:13 -0500 Subject: rrs/base_toplevel.html: Navbar redesign MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This provides changes in the front end for the navbar, now it shows the percentage of recipes up-to-date, not update, unknown and can't be updated along with the number of recipes. This also moves the update percentage to the end and adds clarity to what it means. This also moves the export list button the the top bar. [YOCTO #8020] Signed-off-by: Mariano Lopez Signed-off-by: Aníbal Limón --- templates/rrs/base_toplevel.html | 44 ++++++++++++++++++++++++---------------- 1 file changed, 27 insertions(+), 17 deletions(-) (limited to 'templates') diff --git a/templates/rrs/base_toplevel.html b/templates/rrs/base_toplevel.html index fd0c96c92d..9e00cef122 100644 --- a/templates/rrs/base_toplevel.html +++ b/templates/rrs/base_toplevel.html @@ -51,6 +51,7 @@ {% endblock %} + Export recipe list {% endblock %} {% block content %} @@ -58,25 +59,34 @@