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 573b73b commit bc56a77Copy full SHA for bc56a77
docs/themes/v2/layout/page.ejs
@@ -58,7 +58,7 @@
58
</div>
59
<% } %>
60
<div class="repo-links">
61
- <a href="https://github.com/humanSignal/awesome-label-studio-config/issues/new" target="_blank" class="issue-icon" title="Report an issue">
+ <a href="<%= page.report_bug_url %>" target="_blank" class="issue-icon" title="Report an issue">
62
<svg width="14" height="14" viewBox="0 0 16 16" fill="currentColor"><path d="M8 1.5a6.5 6.5 0 100 13 6.5 6.5 0 000-13zM0 8a8 8 0 1116 0A8 8 0 010 8zm9 3a1 1 0 11-2 0 1 1 0 012 0zm-.25-6.25a.75.75 0 00-1.5 0v3.5a.75.75 0 001.5 0v-3.5z"></path></svg>
63
</a>
64
<a href="<%= page.repo_url %>" target="_blank" class="github-icon" title="View on GitHub">
0 commit comments