Sha256: 5d0ec36fa7c19cc745ab7efa28544a6051d2c3bd95454e65962c4445501336b9
Contents?: true
Size: 846 Bytes
Versions: 23
Compression:
Stored size: 846 Bytes
Contents
<div class="row"> <div class="col-md-12"> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title"><%= t('.title') %></h3> <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
23 entries across 23 versions & 1 rubygems