diff mbox

[Branch,~linaro-validation/lava-server/trunk] Rev 274: Remove manual breadcrumbs from version details template

Message ID 20111109192614.3833.8547.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Zygmunt Krynicki Nov. 9, 2011, 7:26 p.m. UTC
------------------------------------------------------------
revno: 274
committer: Zygmunt Krynicki <zygmunt.krynicki@linaro.org>
branch nick: lava-server
timestamp: Fri 2011-10-28 01:25:38 +0200
message:
  Remove manual breadcrumbs from version details template
modified:
  lava_server/templates/version_details.html


--
lp:lava-server
https://code.launchpad.net/~linaro-validation/lava-server/trunk

You are subscribed to branch lp:lava-server.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-server/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'lava_server/templates/version_details.html'
--- lava_server/templates/version_details.html	2011-08-18 15:00:07 +0000
+++ lava_server/templates/version_details.html	2011-10-27 23:25:38 +0000
@@ -1,12 +1,6 @@ 
 {% extends "layouts/content.html" %}
 
 
-{% block breadcrumbs %}
-{{ block.super }}
-<li><a href="{% url lava.version_details %}">LAVA Server version details</a></li>
-{% endblock %}
-
-
 {% block content %}
 <h2>LAVA Server</h2>
 <p>You are using LAVA Server version {{ lava.version }}</p>