← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~julian-edwards/maas/help-in-footer into lp:maas

 

Julian Edwards has proposed merging lp:~julian-edwards/maas/help-in-footer into lp:maas.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)
Related bugs:
  Bug #979907 in MAAS: "Persistent link to the MAAS docs in the web interface"
  https://bugs.launchpad.net/maas/+bug/979907

For more details, see:
https://code.launchpad.net/~julian-edwards/maas/help-in-footer/+merge/102423
-- 
https://code.launchpad.net/~julian-edwards/maas/help-in-footer/+merge/102423
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~julian-edwards/maas/help-in-footer into lp:maas.
=== modified file 'src/maasserver/static/css/modifiers.css'
--- src/maasserver/static/css/modifiers.css	2012-04-05 06:23:59 +0000
+++ src/maasserver/static/css/modifiers.css	2012-04-18 02:41:18 +0000
@@ -41,6 +41,9 @@
 .space-right-small {
     margin-right: 10px;
     }
+.space-left-small {
+    margin-left: 10px;
+    }
 .space-bottom-none {
     margin-bottom: 0;
     }

=== modified file 'src/maasserver/templates/maasserver/base.html'
--- src/maasserver/templates/maasserver/base.html	2012-04-06 14:48:18 +0000
+++ src/maasserver/templates/maasserver/base.html	2012-04-18 02:41:18 +0000
@@ -107,7 +107,8 @@
         <img src="{{ STATIC_URL }}img/ubuntu_logo_footer.png" alt="Ubuntu" />
         {% block footer-copyright %}
           <p>&copy; 2012 Canonical Ltd. Ubuntu and Canonical are registered 
-          trademarks of Canonical Ltd.</p>
+          trademarks of Canonical Ltd.
+          <a class="space-left-small" href="https://wiki.ubuntu.com/ServerTeam/MAAS/"; target="_blank">View Documentation</a></p>
         {% endblock %}
         <div class="clear"></div>
       </div>