Skip to content

Commit

Permalink
Add link to the module or distribution we are looking up the reverse …
Browse files Browse the repository at this point in the history
…dependencies for
  • Loading branch information
ranguard committed Jun 12, 2013
1 parent b6dc87c commit 663919a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions root/requires.html
Expand Up @@ -4,12 +4,12 @@
</div>

<div class="content">
<center><h1><strong>Distributions Which Depend on <%- required %> (Reverse Dependencies)</strong></h1></center>
<center><h1><strong>Distributions Which Depend on <a href="/<% type_of_required == 'distribution' ? 'release' : 'module' %>/<%- required %>"><%- required %></a> (Reverse Dependencies)</strong></h1></center>
<% IF data.size > 0 %>
<% INCLUDE inc/release-table.html releases = data, header = 1, tablesorter = 1 %>
<% INCLUDE inc/pager.html size = 50 %>
<% ELSE %>
<big><strong>No distributions depending on <% required %> could be found</strong></big>
<big><strong>No distributions depending on <a href="/<% type_of_required == 'distribution' ? 'release' : 'module' %>/<%- required %>"><%- required %></a> could be found</strong></big>
<% END %>
</div>
<script>defaultSort = [[2,1]];</script>

0 comments on commit 663919a

Please sign in to comment.