Sha256: 55c0b733916d045014a71885acd46bdf937265211bd339808f0588f9a58ede4f
Contents?: true
Size: 662 Bytes
Versions: 15
Compression:
Stored size: 662 Bytes
Contents
<div class="card"> <div class="card-body"> <h5 class="card-title"><%= t('.title') %></h5> <h6 class="card-subtitle mb-2 text-muted"><%= t('.subtitle') %></h6> <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>
Version data entries
15 entries across 15 versions & 1 rubygems