Skip to content

Commit

Permalink
move go to latest link outside release dropdown target
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed Sep 14, 2014
1 parent 5681eef commit 58f2f99
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions root/inc/breadcrumbs.html
Expand Up @@ -40,12 +40,12 @@
<span class="release-name"><% release.name %></span>
<% END %>
<% IF mark_unauthorized_releases && NOT release.authorized %><em class="warning">UNAUTHORIZED RELEASE</em><% END %>
<%- IF release.status != 'latest';
FOREACH v IN versions; IF v.status == 'latest'; have_released = 1; END; END;
IF have_released; %>
<a class="latest" href="<% IF module %>/pod/<% module.documentation %><% ELSE %>/release/<% release.distribution; END %>" title="<%- IF release.maturity == 'developer'; 'dev release, '; END %>go to latest"><span class="fa fa-step-forward"></span></a>
<%- END; END; %>
</div>
<%- IF release.status != 'latest';
FOREACH v IN versions; IF v.status == 'latest'; have_released = 1; END; END;
IF have_released; %>
<a class="latest" href="<% IF module %>/pod/<% module.documentation %><% ELSE %>/release/<% release.distribution; END %>" title="<%- IF release.maturity == 'developer'; 'dev release, '; END %>go to latest"><span class="fa fa-step-forward"></span></a>
<%- END; END; %>
<div class="inline"><%- INCLUDE inc/favorite.html module = module || release %></div>
<%- IF module %>
<span>&nbsp;/&nbsp;
Expand Down

0 comments on commit 58f2f99

Please sign in to comment.