Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed links in breadcrumbs
  • Loading branch information
monken committed Jun 6, 2011
1 parent 27cf391 commit 593b6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/module.html
Expand Up @@ -2,7 +2,7 @@
<strong><big>
<a href="/author/<% module.author %>"><% author.name %></a>
&nbsp;/&nbsp;
<a href="/release/<% module.author %>/<% module.release %>"><% module.release %></a>
<a href="/release/<% IF release.status == 'latest'; release.distribution; ELSE; [module.author, module.release].join('/'); END %>"><% module.release %></a>
&nbsp;/&nbsp;
<% module.documentation %>
</big></strong><% IF release.status != 'latest' %><div style="float: right"><strong><big><% IF release.maturity == 'developer'; 'dev release, '; END %></big><a href="/module/<% module.documentation %>"><big>go to latest</big></a></strong></div><% END %><br><br>
Expand Down

0 comments on commit 593b6a7

Please sign in to comment.