← Back to team overview

ubuntu-packaging-guide-team team mailing list archive

lp:~andrewsomething/ubuntu-packaging-guide/version-number-in-footer into lp:ubuntu-packaging-guide

 

Andrew Starr-Bochicchio has proposed merging lp:~andrewsomething/ubuntu-packaging-guide/version-number-in-footer into lp:ubuntu-packaging-guide.

Requested reviews:
  Ubuntu Packaging Guide Team (ubuntu-packaging-guide-team)

For more details, see:
https://code.launchpad.net/~andrewsomething/ubuntu-packaging-guide/version-number-in-footer/+merge/105532

We removed the version string from the page title since it was ugly and confusing, but it's useful to have the version number somewhere so we can know what's deployed on the website etc...
-- 
https://code.launchpad.net/~andrewsomething/ubuntu-packaging-guide/version-number-in-footer/+merge/105532
Your team Ubuntu Packaging Guide Team is requested to review the proposed merge of lp:~andrewsomething/ubuntu-packaging-guide/version-number-in-footer into lp:ubuntu-packaging-guide.
=== modified file 'themes/ubuntu/layout.html'
--- themes/ubuntu/layout.html	2012-05-10 19:51:36 +0000
+++ themes/ubuntu/layout.html	2012-05-11 21:05:22 +0000
@@ -209,6 +209,9 @@
 <div class="shadow"></div>
 <footer>
   <div>
+    {%- if version %}
+      {% trans version=version|e %}Version: {{ version }}.{% endtrans %}
+    {%- endif %}
     {%- if show_copyright %}
       {%- if hasdoc('copyright') %}
         {% trans path=pathto('copyright'), copyright=copyright|e %}&copy; <a href="{{ path }}">Copyright</a> {{ copyright }}.{% endtrans %}


Follow ups