Sha256: b247c927ac8585881704a9778aeea4e983b04615a86bc81a090448c519db08f5
Contents?: true
Size: 313 Bytes
Versions: 11
Compression:
Stored size: 313 Bytes
Contents
<div id="fcrepo-admin-dsprofile"> <table class="table table-bordered table-condensed table-striped"> <% datastream.profile.each do |key, value| %> <tr> <th scope="row"><%= t("fcrepo_admin.datastream.profile.#{key}") %></th> <td><%= value.blank? ? " " : value %></td> </tr> <% end %> </table> </div>
Version data entries
11 entries across 11 versions & 1 rubygems