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 b0ab11c commit 5f06270Copy full SHA for 5f06270
1 file changed
common-theme/layouts/partials/block/backlog-issue.html
@@ -2,7 +2,7 @@
2
<summary class="c-issue__title e-heading__3">
3
{{ .block.name }}
4
<a class="c-issue__link" href="{{ .block.src }}">🔗</a>
5
- <a href="https://curriculum.codeyourfuture.io/api/clone?state={{ dict " issue" .number "module" .repo "sprint"
+ <a href="https://curriculum.codeyourfuture.io/api/clone?state={{ dict "issue" .block.number "module" .repo "sprint"
6
.sprint "prevURL" (urls.AbsLangURL .path) | jsonify }}" class="e-button"
7
data-props="{{ .Page.RelPermalink }}">
8
Clone
0 commit comments