Merge lp:~andreserl/maas/lp1681407 into lp:~maas-committers/maas/trunk

Proposed by Andres Rodriguez
Status: Merged
Approved by: Andres Rodriguez
Approved revision: no longer in the source branch.
Merged at revision: 5949
Proposed branch: lp:~andreserl/maas/lp1681407
Merge into: lp:~maas-committers/maas/trunk
Diff against target: 25 lines (+2/-2)
2 files modified
src/maasserver/templates/maasserver/base.html (+1/-1)
src/maasserver/templates/maasserver/index.html (+1/-1)
To merge this branch: bzr merge lp:~andreserl/maas/lp1681407
Reviewer Review Type Date Requested Status
Blake Rouse (community) Approve
Review via email: mp+322284@code.launchpad.net

Commit message

Update footer links for docs and release notes.

To post a comment you must log in.
Revision history for this message
Blake Rouse (blake-rouse) wrote :

Looks good. Set a commit message.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/maasserver/templates/maasserver/base.html'
2--- src/maasserver/templates/maasserver/base.html 2017-04-07 08:58:19 +0000
3+++ src/maasserver/templates/maasserver/base.html 2017-04-10 12:58:06 +0000
4@@ -132,7 +132,7 @@
5 <small>MAAS name: <strong>{% include "maasserver/site_title.html" %}</strong></small>
6 </p>
7 <p>
8- <small>MAAS version: <strong>{{version}}</strong></small><small class="u-margin--left"><a href="http://maas.ubuntu.com/{{doc_version}}/changelog.html#id1">View release notes</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://maas.ubuntu.com/{{doc_version}}/">View documentation</a></small>
9+ <small>MAAS version: <strong>{{version}}</strong></small><small class="u-margin--left"><a href="http://docs.ubuntu.com/maas/{{doc_version}}/en/release-notes">View release notes</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://docs.ubuntu.com/maas/{{doc_version}}/">View documentation</a></small>
10 </p>
11 <p>
12 <small>&copy; 2017 Canonical Ltd. Ubuntu and Canonical are registered trademarks of Canonical Ltd.</small>
13
14=== modified file 'src/maasserver/templates/maasserver/index.html'
15--- src/maasserver/templates/maasserver/index.html 2017-04-07 08:58:19 +0000
16+++ src/maasserver/templates/maasserver/index.html 2017-04-10 12:58:06 +0000
17@@ -119,7 +119,7 @@
18 <small>MAAS name: <strong>{% include "maasserver/site_title.html" %}</strong></small>
19 </p>
20 <p>
21- <small>MAAS version: <strong>{{version}}</strong></small><small class="u-margin--left"><a href="http://maas.ubuntu.com/{{doc_version}}/changelog.html#id1">View release notes</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://maas.ubuntu.com/{{doc_version}}/">View documentation</a></small>
22+ <small>MAAS version: <strong>{{version}}</strong></small><small class="u-margin--left"><a href="http://docs.ubuntu.com/maas/{{doc_version}}/en/release-notes">View release notes</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://docs.ubuntu.com/maas/{{doc_version}}/">View documentation</a></small>
23 </p>
24 <p>
25 <small>&copy; 2017 Canonical Ltd. Ubuntu and Canonical are registered trademarks of Canonical Ltd.</small>