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 a46af5d commit ace3e77Copy full SHA for ace3e77
templates/header/package_navigation.html
@@ -49,9 +49,9 @@ <h1 id="crate-title">
49
</a>
50
</li>
51
52
- {# The source view tab #}
+ {# The view tab #}
53
<li class="pure-menu-item">
54
- <a href="/crate/{{ crate_path | safe }}/source/"
+ <a href="https://sourcegraph.com/crates/{{ metadata.name }}@v{{ metadata.version }}"
55
class="pure-menu-link{% if active_tab == 'source' %} pure-menu-active{% endif %}">
56
{{ "folder-open" | far(fw=true) }}
57
<span class="title"> Source</span>
0 commit comments