diff mbox

[Branch,~linaro-validation/lava-server/trunk] Rev 226: Add LAVA highlights on the server index page

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

Commit Message

Zygmunt Krynicki Aug. 19, 2011, 4:21 a.m. UTC
------------------------------------------------------------
revno: 226
committer: Zygmunt Krynicki <zygmunt.krynicki@linaro.org>
branch nick: pristine
timestamp: Thu 2011-08-18 17:00:38 +0200
message:
  Add LAVA highlights on the server index 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-07-12 02:22:10 +0000
+++ lava_server/templates/index.html	2011-08-18 15:00:38 +0000
@@ -3,6 +3,16 @@ 
 
 
 {% block content %}
+<h2>LAVA Highlights</h2>
+{% for extension in lava.extension_list %}
+{% if extension.front_page_template %}
+<h3>{{ extension.description }}</h3>
+{% include extension.front_page_template %}
+{% endif %}
+{% endfor %}
+{% endblock %}
+
+{% block sidebar %}
 <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,