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 7fbe8c2 commit dbefb19Copy full SHA for dbefb19
src/views/show-search.tt
@@ -42,11 +42,13 @@
42
</p>
43
<% END %>
44
45
+<% IF qd != item.distro %>
46
<a href="<% link_to_distro %>"><i class="fa fa-list"></i> view all matches for this distribution</a><br>
47
<% IF qd && qd.length && item.matches.size %>
48
<a href="https://metacpan.org/release/<% item.distro | uri %>"><i class="fa fa-book"></i> <i>view release on metacpan</i></a>
49
- <a href="https://metacpan.org/search?q=<% item.distro | uri %>"><i class="fa fa-search"></i> <i>search on metacpan</i></a>
50
51
+<% END %>
52
53
<span class="relatize"><% item.version %></span>
54
<br>
0 commit comments