Sha256: 0a165ade0de372a6ae908a1545460d1bd36d4ea9e6e10ae7125d709052e6f1d2
Contents?: true
Size: 846 Bytes
Versions: 39
Compression:
Stored size: 846 Bytes
Contents
<div class="row"> <div class="col-md-12"> <div class="panel panel-default"> <div class="panel-heading"> <h2 class="panel-title"><%= t('.title') %></h2> <div><%= t('.subtitle') %></div> </div> <div class="panel-body"> <table class="table table-striped"> <thead> <tr> <th><%= t('.admin_set') %></th> <th><%= t('.works') %></th> <th><%= t('.files') %></th> </tr> </thead> <tbody> <% @admin_set_rows.each do |row| %> <tr> <td><%= row.admin_set %></td> <td><%= row.work_count %></td> <td><%= row.file_count %></td> </tr> <% end %> </tbody> </table> </div> </div> </div> </div>
Version data entries
39 entries across 39 versions & 1 rubygems