You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<% IF mark_unauthorized_releases && NOT release.authorized %><emclass="warning">UNAUTHORIZED RELEASE</em><% END %>
43
-
<%- IF release.status != 'latest';
44
-
FOREACH v IN versions; IF v.status == 'latest'; have_released = 1; END; END;
45
-
IF have_released; %>
46
-
<aclass="latest" href="<% IF module %>/pod/<% module.documentation %><% ELSE %>/release/<% release.distribution; END %>" title="<%- IF release.maturity == 'developer'; 'dev release, '; END %>go to latest"><spanclass="fa fa-step-forward"></span></a>
47
-
<%- END; END; %>
48
43
</div>
44
+
<%- IF release.status != 'latest';
45
+
FOREACH v IN versions; IF v.status == 'latest'; have_released = 1; END; END;
46
+
IF have_released; %>
47
+
<aclass="latest" href="<% IF module %>/pod/<% module.documentation %><% ELSE %>/release/<% release.distribution; END %>" title="<%- IF release.maturity == 'developer'; 'dev release, '; END %>go to latest"><spanclass="fa fa-step-forward"></span></a>
48
+
<%- END; END; %>
49
49
<divclass="inline"><%- INCLUDE inc/favorite.html module = module || release %></div>
0 commit comments