feat(tutorial): add an arrow to 'Workspace Reset Instructions' links

The arrow is a hint that user won't navigate to a new page, but instead
the instructions will be displayed inline.
This commit is contained in:
Igor Minar 2011-07-29 11:43:12 -07:00
parent b5594a773a
commit 4b90f65614

View file

@ -88,7 +88,7 @@
};
var HTML_TPL =
'<p><a ng:init="showInstructions = {show}" ng:show="!showInstructions" ng:click="showInstructions = true" href>Workspace Reset Instructions</a></p>' +
'<p><a ng:init="showInstructions = {show}" ng:show="!showInstructions" ng:click="showInstructions = true" href>Workspace Reset Instructions &nbsp;&#x27A4;</a></p>' +
'<div ng:controller="TutorialInstructionsCtrl" ng:show="showInstructions">' +
'<div class="tabs-nav">' +
'<ul>' +