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 e716ca1 commit 349eb35Copy full SHA for 349eb35
root/pod.tx
@@ -29,7 +29,7 @@
29
</li>
30
%% }
31
<li>
32
- %% my $parent_path = $module.path.replace(rx('/[^/]*'),'');
+ %% my $parent_path = $module.path.replace(rx('/[^/]+$'),'');
33
<a data-keyboard-shortcut="g b" href="[% $release_base %]/source/[% $parent_path %]"><i class="fa fa-fw fa-folder-open black"></i>Browse</a>
34
(<a href="[% $release_base %]/source/[% $parent_path %]?raw=1">raw</a>)
35
0 commit comments