Skip to content

Commit

Permalink
Make search page link to fully qualified /dist pages
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Oct 2, 2017
1 parent 1800e0f commit d46c553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/root/search.html.ep
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<ul id="dist-list" class="shy-list">
% for my $dist (items_in 'dists') {
<li>
<h2><a href="<%= url_for('dist', dist => $dist->{name} ) %>"
<h2><a href="<%= dist_url_for $dist %>"
><%= $dist->{name} %></a>
<b><%= $dist->{description} %></b></h2>
<ul>
Expand Down

0 comments on commit d46c553

Please sign in to comment.