From patchwork Tue Nov 29 09:40:17 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zygmunt Krynicki X-Patchwork-Id: 5355 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 63C9023E17 for ; Tue, 29 Nov 2011 09:40:20 +0000 (UTC) Received: from mail-fx0-f52.google.com (mail-fx0-f52.google.com [209.85.161.52]) by fiordland.canonical.com (Postfix) with ESMTP id 4A9A7A18066 for ; Tue, 29 Nov 2011 09:40:20 +0000 (UTC) Received: by faao24 with SMTP id o24so878574faa.11 for ; Tue, 29 Nov 2011 01:40:20 -0800 (PST) Received: by 10.152.135.179 with SMTP id pt19mr30625960lab.47.1322559620009; Tue, 29 Nov 2011 01:40:20 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.152.41.198 with SMTP id h6cs32774lal; Tue, 29 Nov 2011 01:40:19 -0800 (PST) Received: by 10.180.103.131 with SMTP id fw3mr48229913wib.57.1322559617673; Tue, 29 Nov 2011 01:40:17 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id j10si18422502wij.79.2011.11.29.01.40.17 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 29 Nov 2011 01:40:17 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) client-ip=91.189.90.7; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) smtp.mail=bounces@canonical.com Received: from ackee.canonical.com ([91.189.89.26]) by indium.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1RVKAj-0007e2-BH for ; Tue, 29 Nov 2011 09:40:17 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 4DB42E1615 for ; Tue, 29 Nov 2011 09:40:17 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-dashboard X-Launchpad-Branch: ~linaro-validation/lava-dashboard/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 286 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-dashboard/trunk] Rev 286: Fix breadcrumb + titlebar system after moving this responsibilty to lava-server Message-Id: <20111129094017.15340.85032.launchpad@ackee.canonical.com> Date: Tue, 29 Nov 2011 09:40:17 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="14399"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: bac139a622922dcc70443484f8564d733475d7bf ------------------------------------------------------------ revno: 286 committer: Zygmunt Krynicki branch nick: lava-dashboard timestamp: Tue 2011-11-22 13:00:41 +0100 message: Fix breadcrumb + titlebar system after moving this responsibilty to lava-server removed: dashboard_app/templates/dashboard_app/_breadcrumbs.html dashboard_app/templates/dashboard_app/_title.html modified: dashboard_app/templates/dashboard_app/_content.html dashboard_app/templates/dashboard_app/_content_with_sidebar.html --- lp:lava-dashboard https://code.launchpad.net/~linaro-validation/lava-dashboard/trunk You are subscribed to branch lp:lava-dashboard. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-dashboard/trunk/+edit-subscription === removed file 'dashboard_app/templates/dashboard_app/_breadcrumbs.html' --- dashboard_app/templates/dashboard_app/_breadcrumbs.html 2011-07-12 02:34:12 +0000 +++ dashboard_app/templates/dashboard_app/_breadcrumbs.html 1970-01-01 00:00:00 +0000 @@ -1,5 +0,0 @@ -{% for bread_crumb in bread_crumb_trail %} -
  • {{ bread_crumb.get_name }}
  • -{% endfor %} === modified file 'dashboard_app/templates/dashboard_app/_content.html' --- dashboard_app/templates/dashboard_app/_content.html 2011-11-08 23:59:49 +0000 +++ dashboard_app/templates/dashboard_app/_content.html 2011-11-22 12:00:41 +0000 @@ -5,13 +5,3 @@ {{ block.super }} {% include "dashboard_app/_extrahead.html" %} {% endblock %} - - -{% block title %} -{{ block.super }}{% include "dashboard_app/_title.html" %} -{% endblock %} - - -{% block breadcrumbs %} -{% include "dashboard_app/_breadcrumbs.html" %} -{% endblock %} === modified file 'dashboard_app/templates/dashboard_app/_content_with_sidebar.html' --- dashboard_app/templates/dashboard_app/_content_with_sidebar.html 2011-11-08 23:59:49 +0000 +++ dashboard_app/templates/dashboard_app/_content_with_sidebar.html 2011-11-22 12:00:41 +0000 @@ -5,13 +5,3 @@ {{ block.super }} {% include "dashboard_app/_extrahead.html" %} {% endblock %} - - -{% block title %} -{{ block.super }}{% include "dashboard_app/_title.html" %} -{% endblock %} - - -{% block breadcrumbs %} -{% include "dashboard_app/_breadcrumbs.html" %} -{% endblock %} === removed file 'dashboard_app/templates/dashboard_app/_title.html' --- dashboard_app/templates/dashboard_app/_title.html 2011-07-12 02:34:12 +0000 +++ dashboard_app/templates/dashboard_app/_title.html 1970-01-01 00:00:00 +0000 @@ -1,1 +0,0 @@ -{% for bread_crumb in bread_crumb_trail %} | {{ bread_crumb.get_name }}{% endfor %}