Merge lp:~ya-bo-ng/ubuntu-online-tour/fixes-1471544 into lp:ubuntu-online-tour/14.04

Proposed by Anthony Dillon
Status: Merged
Merged at revision: 174
Proposed branch: lp:~ya-bo-ng/ubuntu-online-tour/fixes-1471544
Merge into: lp:ubuntu-online-tour/14.04
Diff against target: 81 lines (+9/-9)
2 files modified
en/index.html (+4/-4)
zh-CN/index.html (+5/-5)
To merge this branch: bzr merge lp:~ya-bo-ng/ubuntu-online-tour/fixes-1471544
Reviewer Review Type Date Requested Status
Graham Bancroft (community) Approve
Review via email: mp+265813@code.launchpad.net

Description of the change

# Details
- Bug: https://bugs.launchpad.net/ubuntu-online-tour/+bug/1471544
- Card: https://canonical.leankit.com/Boards/View/111185042/115908513

## Done
- Updated the language switcher links
- Updated the "back to site" link on both en and zh-CN

### QA
- You could check all updated links work in the code
- If you want to visual QA pull down the project and open index.html in /en/ and /zh-CN/
- Check there are no 404 resources on the pages

To post a comment you must log in.
Revision history for this message
Graham Bancroft (gbancroft-canonical) wrote :

Lgtm +1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'en/index.html'
--- en/index.html 2014-05-22 09:44:31 +0000
+++ en/index.html 2015-07-24 11:09:24 +0000
@@ -50,7 +50,7 @@
50 This demo uses JavaScript. Either your browser doesn't support JavaScript, or it's currently switched off.50 This demo uses JavaScript. Either your browser doesn't support JavaScript, or it's currently switched off.
51 <br/>51 <br/>
52 <br/>52 <br/>
53 Don't panic. We've got <a href="/ubuntu/take-the-tour-gallery">a non-JavaScript version</a> of the online tour you can view instead. :)53 Don't panic. We've got <a href="http://www.ubuntu.com/desktop/take-the-tour-gallery">a non-JavaScript version</a> of the online tour you can view instead. :)
54 </p>54 </p>
55 </noscript>55 </noscript>
56 </div>56 </div>
@@ -895,7 +895,7 @@
895 <div class="firefox-internet">895 <div class="firefox-internet">
896 <div class="web-overlay-tran"></div>896 <div class="web-overlay-tran"></div>
897 <div class="theIframe">897 <div class="theIframe">
898 <iframe src="../http://www.ubuntu.com" id="firefoxInternet" >898 <iframe src="http://start.ubuntu.com" id="firefoxInternet" >
899 <p>899 <p>
900 Your browser does not support iframes.900 Your browser does not support iframes.
901 </p>901 </p>
@@ -1003,7 +1003,7 @@
1003 </ul>1003 </ul>
1004 <div class="language-mode">1004 <div class="language-mode">
1005 <span class="active">English</span>1005 <span class="active">English</span>
1006 <a href="/tour/zh-CN/">中文</a>1006 <a href="/zh-CN/">中文</a>
1007 </div>1007 </div>
1008 <a class="explore-mode primary" href="#">Show yourself around</a>1008 <a class="explore-mode primary" href="#">Show yourself around</a>
1009 <a class="tour-mode" href="#">Take the guided tour</a>1009 <a class="tour-mode" href="#">Take the guided tour</a>
@@ -1016,7 +1016,7 @@
1016 <div class="guide-logo"><img src="../img/tourguide/back-to-welcome.png" /></div>1016 <div class="guide-logo"><img src="../img/tourguide/back-to-welcome.png" /></div>
1017 <h3>Ubuntu online tour</h3>1017 <h3>Ubuntu online tour</h3>
1018 <p>1018 <p>
1019 We hope you've enjoyed the Ubuntu online tour. <a href="http://www.ubuntu.com/download/ubuntu/download?utm_source=tour&utm_medium=online&utm_campaign=tour" target="_blank">Ready to download?</a> or <a href="/ubuntu/take-the-tour" >back to the site</a>1019 We hope you've enjoyed the Ubuntu online tour. <a href="http://www.ubuntu.com/download/ubuntu/download?utm_source=tour&utm_medium=online&utm_campaign=tour" target="_blank">Ready to download?</a> or <a href="http://www.ubuntu.com/desktop/take-the-tour" >back to the site</a>
1020 </p>1020 </p>
1021 </div>1021 </div>
1022 <div class="guide-container home">1022 <div class="guide-container home">
10231023
=== modified file 'zh-CN/index.html'
--- zh-CN/index.html 2014-04-30 23:17:33 +0000
+++ zh-CN/index.html 2015-07-24 11:09:24 +0000
@@ -50,7 +50,7 @@
50 This demo uses JavaScript. Either your browser doesn't support JavaScript, or it's currently switched off.50 This demo uses JavaScript. Either your browser doesn't support JavaScript, or it's currently switched off.
51 <br/>51 <br/>
52 <br/>52 <br/>
53 Don't panic. We've got <a href="/ubuntu/take-the-tour-gallery">a non-JavaScript version</a> of the online tour you can view instead. :)53 Don't panic. We've got <a href="http://www.ubuntu.com/desktop/take-the-tour-gallery">a non-JavaScript version</a> of the online tour you can view instead. :)
54 </p>54 </p>
55 </noscript>55 </noscript>
56 </div>56 </div>
@@ -884,7 +884,7 @@
884 <div class="firefox-internet">884 <div class="firefox-internet">
885 <div class="web-overlay-tran"></div>885 <div class="web-overlay-tran"></div>
886 <div class="theIframe">886 <div class="theIframe">
887 <iframe src="../http://www.ubuntu.com" id="firefoxInternet" >887 <iframe src="http://start.ubuntu.com" id="firefoxInternet" >
888 <p>888 <p>
889 您的浏览器不支持 iframes889 您的浏览器不支持 iframes
890 </p>890 </p>
@@ -991,8 +991,8 @@
991 </li>991 </li>
992 </ul>992 </ul>
993 <div class="language-mode">993 <div class="language-mode">
994 <span class="active">英文</span>994 <a class="active" href="/en/">English</a>
995 <a href="/tour/zh-CN/">中文</a>995 <span class="active">中文</span>
996 </div>996 </div>
997 <a class="explore-mode primary" href="#">四处看看</a>997 <a class="explore-mode primary" href="#">四处看看</a>
998 <a class="tour-mode" href="#">观看此向导</a>998 <a class="tour-mode" href="#">观看此向导</a>
@@ -1005,7 +1005,7 @@
1005 <div class="guide-logo"><img src="../img/tourguide/back-to-welcome.png" /></div>1005 <div class="guide-logo"><img src="../img/tourguide/back-to-welcome.png" /></div>
1006 <h3>Ubuntu 在线体验</h3>1006 <h3>Ubuntu 在线体验</h3>
1007 <p>1007 <p>
1008 希望您喜欢 Ubuntu 在线漫游 <a href="http://www.ubuntu.com/download/ubuntu/download?utm_source=tour&utm_medium=online&utm_campaign=tour" target="_blank">准备好下载了吗?</a> 或 <a href="/ubuntu/take-the-tour" >返回网站</a>1008 希望您喜欢 Ubuntu 在线漫游 <a href="http://www.ubuntu.com/download/ubuntu/download?utm_source=tour&utm_medium=online&utm_campaign=tour" target="_blank">准备好下载了吗?</a> 或 <a href="http://www.ubuntu.com/desktop/take-the-tour" >返回网站</a>
1009 </p>1009 </p>
1010 </div>1010 </div>
1011 <div class="guide-container home">1011 <div class="guide-container home">

Subscribers

People subscribed via source and target branches