Sha256: db5cd0ec68f638d0cc28492c5b27000cf65ed91a98d5b0af3a769c521f158c4b
Contents?: true
Size: 763 Bytes
Versions: 15
Compression:
Stored size: 763 Bytes
Contents
<div class="card"> <div class="card-header"> <h4><%= t('.top_downloads')%></h4> </div> <div class="card-body"> <table class="table table-striped"> <thead> <tr> <th><%= t('.file_name')%></th> <th><%= t('.file') %> ID</th> <th><%= t('.file_downloads')%></th> </tr> </thead> <tbody> <% @top_file_set_downloads.each do |download| %> <tr> <td><%= download[1] %></td> <td><%= download[0] %></td> <td><%= download[2] %></td> </tr> <% end %> </tbody> </table> </div> <div class="card-footer"> <div class="float-right"> <%= paginate @top_file_set_downloads %> </div> </div> </div>
Version data entries
15 entries across 15 versions & 1 rubygems