diff mbox

[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
State Accepted
Headers show

Commit Message

Zygmunt Krynicki Nov. 29, 2011, 9:40 a.m. UTC
------------------------------------------------------------
revno: 286
committer: Zygmunt Krynicki <zygmunt.krynicki@linaro.org>
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
diff mbox

Patch

=== 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 %}
-<li><a 
-  href="{{ bread_crumb.get_absolute_url }}"
-  >{{ bread_crumb.get_name }}</a></li>
-{% 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 %}