diff mbox

[Branch,~linaro-validation/lava-server/trunk] Rev 281: Restore standarf footer and remove breadcrumbs from the front page

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

Commit Message

Zygmunt Krynicki Nov. 9, 2011, 7:26 p.m. UTC
------------------------------------------------------------
revno: 281
committer: Zygmunt Krynicki <zygmunt.krynicki@linaro.org>
branch nick: lava-server
timestamp: Wed 2011-11-09 00:54:20 +0100
message:
  Restore standarf footer and remove breadcrumbs from the front page
modified:
  lava_server/templates/index.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/index.html'
--- lava_server/templates/index.html	2011-10-20 23:32:00 +0000
+++ lava_server/templates/index.html	2011-11-08 23:54:20 +0000
@@ -2,16 +2,11 @@ 
 {% load i18n %}
 
 
+{% block breadcrumb_container %}
+{% endblock %}
+
+
 {% block content %}
-<h2>About LAVA</h2>
-<p>LAVA is a stack of technologies developed by Linaro Validation team that
-facilitates unattended image deployment, test planning, scheduling, execution,
-result analysis and long-term storage.</p>
-<h2>About LAVA Server</h2>
-<p>LAVA Server is a shell and runtime environment for various server-side LAVA
-components.</p>
-<p>To know find out more about the installed components see <a
-  href="{% url lava.version_details %}">{% trans "version details" %}</a></p>
 <h2>LAVA Highlights</h2>
 <p>This page containts highligts from the installed lava server extensions.
 Using LAVA Server extension API anyone can create applications that run on the
@@ -23,8 +18,3 @@ 
 {% endif %}
 {% endfor %}
 {% endblock %}
-
-
-
-{% block footer %}
-{% endblock %}