We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a1eb16 commit bacc3b7Copy full SHA for bacc3b7
docs/app/src/tutorials.js
@@ -35,7 +35,7 @@ angular.module('tutorials', [])
35
'step': '@docTutorialReset'
36
},
37
template:
38
- '<p><a href="https://github.com/%3C/span%3E" ng-click="show=!show;$event.stopPropagation()">Workspace Reset Instructions ➤</a></p>\n' +
+ '<p><button class="btn" ng-click="show=!show">Workspace Reset Instructions ➤</button></p>\n' +
39
'<div class="alert alert-info" ng-show="show">\n' +
40
' <p>Reset the workspace to step {{step}}.</p>' +
41
' <p><pre>git checkout -f step-{{step}}</pre></p>\n' +
0 commit comments