Skip to content

Commit 288d628

Browse files
committed
Fixed the link that returns the index page
1 parent 6c8311d commit 288d628

4 files changed

Lines changed: 4 additions & 1 deletion

File tree

msg/en.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ var MSG = {
6060
catMathOther: "Math Conversion",
6161
catTextLogic: "Text Logic",
6262
backIndex: "Webduino Blockly Tutorials",
63+
backStagesIndex: "Webduino Blockly Stages",
6364
demoTitle: "Blockly Demo Area",
6465
catTutorials: "Blockly",
6566
linkToBin: "Let's Coding",

msg/zh-hans.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ var MSG = {
6161
catMathOther: "数值转换",
6262
catTextLogic: "文字逻辑",
6363
backIndex: "返回 Webduino 积木教学",
64+
backStagesIndex: "返回 Webduino 积木关卡",
6465
demoTitle: "Blockly 范例测试区",
6566
catTutorials: "教学积木",
6667
linkToBin: "程式编辑",

msg/zh-hant.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ var MSG = {
6060
catMathOther: "數值轉換",
6161
catTextLogic: "文字邏輯",
6262
backIndex: "返回 Webduino 積木教學",
63+
backStagesIndex: "返回 Webduino 積木關卡",
6364
demoTitle: "Blockly 範例測試區",
6465
catTutorials: "教學積木",
6566
linkToBin: "程式編輯",

views/stages.handlebars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<header>
55
<a href="index.html" title="Webduino Blockly"><img class="logo" src="media/logo.png"></a>
66
<h1>Webduino Blockly {{subTitle}}</h1>
7-
<span>( <a href="index-tutorials.html" target="_blank"><i class="icon-undo2"></i> {{backIndex}}</a> )</span>
7+
<span>( <a href="index-stages.html" target="_blank"><i class="icon-undo2"></i> {{backStagesIndex}}</a> )</span>
88
<div id="userMenu">
99

1010
<a href="index-stages.html" target="_blank" id="blockly-to-website"><i class="icon-book"></i> <b>{{userMenuStages}}</b></a>

0 commit comments

Comments
 (0)