Skip to content

Commit 92d5e14

Browse files
committed
Merge branch 'master' into Mon1.2
2 parents 740c735 + a312473 commit 92d5e14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/home/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h3 id="your-next-challenge">Your Next Challenge...</h3>
88
<select class="home-dropdown" ng-init="selectedProgress = progressOptions[0]" ng-model="selectedProgress" ng-options="x for x in progressOptions"></select>
99
</div>
1010
<div class="challenge-buttons-div">
11-
<a ui-sref="/#/training/{{randomKata.id}}"><button id="train-button" class="home-button">Train</button></a>
11+
<a ui-sref="menu.training({kataid: randomKata.id})"><button id="train-button" class="home-button">Train</button></a>
1212
<button id="skip-button" class="home-button" ng-click="getRandomKata()">Skip</button>
1313
</div>
1414
</div>

0 commit comments

Comments
 (0)