Skip to content

Commit

Permalink
Fix #1054 - add link to changes back
Browse files Browse the repository at this point in the history
  • Loading branch information
ranguard committed Feb 3, 2014
1 parent dcedd7c commit db55e2a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion root/inc/release-info.html
@@ -1,3 +1,5 @@

<li><a href="/changes/<% IF release.status == 'latest'; 'distribution/'; release.distribution; ELSE; ['release', release.author, release.name].join('/'); END %>">Changes</a></li>
<% IF is_url(release.resources.homepage) %><li><a class="nopopup" href="<% release.resources.homepage %>">Homepage</a></li><% END %>
<% IF release.resources.repository %>
<li><div>
Expand Down Expand Up @@ -30,7 +32,7 @@
</li>
<li><div><a href="http://cpants.charsbar.org/dist/overview/<% release.distribution %>">CPANTS</a></div></li>
<% IF release.license %><li>License: <% release.license.join(', ') %></li><% END %>

<%
BLOCK version_options;
backpan = [];
Expand Down

0 comments on commit db55e2a

Please sign in to comment.