Make "source" link go to source instead of another render in the backing repo

This commit is contained in:
наб 2024-01-04 15:49:17 +01:00 committed by Simon Ser
parent 79d062cbda
commit 59384ec3e7
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
<li class="nav-item">
<a
class="nav-link"
href="{{web_url}}/tree/{{repo.ref}}/{{'/'.join(path)}}"
href="{{web_url}}/tree/{{repo.ref}}/{{'/'.join(path)}}?view-source"
>source</a>
</li>
<li class="nav-item">