diff mbox

[Branch,~linaro-validation/lava-server/trunk] Rev 310: Display the logo only on the index page.

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

Commit Message

Zygmunt Krynicki Nov. 29, 2011, 9:37 a.m. UTC
------------------------------------------------------------
revno: 310
committer: Zygmunt Krynicki <zygmunt.krynicki@linaro.org>
branch nick: lava-server
timestamp: Tue 2011-11-22 18:16:46 +0100
message:
  Display the logo only on the index page.
  
  This moves the content closer to the top of the page and looks far better.
modified:
  lava_server/templates/index.html
  lava_server/templates/layouts/content.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-11-08 23:54:20 +0000
+++ lava_server/templates/index.html	2011-11-22 17:16:46 +0000
@@ -3,6 +3,13 @@ 
 
 
 {% block breadcrumb_container %}
+<!-- logo -->
+<a href="{% url lava.home %}"><img 
+  id="lava-logo"
+  src="{{ STATIC_URL }}lava-server/images/logo.png"
+  width="150"
+  height="70"
+  alt="Linaro logo"/></a>
 {% endblock %}
 
 

=== modified file 'lava_server/templates/layouts/content.html'
--- lava_server/templates/layouts/content.html	2011-11-22 17:11:35 +0000
+++ lava_server/templates/layouts/content.html	2011-11-22 17:16:46 +0000
@@ -217,19 +217,10 @@ 
 
     });
   </script>
-
   {% endblock header %}
 
   {% spaceless %}
   <div id="lava-around-content">
-    <!-- logo -->
-    <a href="{% url lava.home %}"><img 
-      id="lava-logo"
-      src="{{ STATIC_URL }}lava-server/images/logo.png"
-      width="150"
-      height="70"
-      alt="Linaro logo"/></a>
-
     {% block breadcrumb_container %}
     <!-- breadcrumbs -->
     <div id="lava-breadcrumbs">