Sha256: 249f96e95f7be8db6f655900e323807411b590dacbdedccf8eacb0075457d913
Contents?: true
Size: 429 Bytes
Versions: 4
Compression:
Stored size: 429 Bytes
Contents
<% content_for :subnav_pills do %> <%= render "mystro_volley/common/breadcrumbs", project: @version.project, branch: @version.branch, version: @version %> <% end %> <h5>Files</h5> <table class="table table-condensed table-striped tablesorter {sortlist: [[0,0]]}"> <thead> <tr> <th>Name</th> </tr> </thead> <tbody> <% @version.files.each do |f| %> <tr><td><%= f %></td></tr> <% end %> </tbody> </table>
Version data entries
4 entries across 4 versions & 1 rubygems