Sha256: 0e816ab4ed5529a28c5bb1d0605c5a537cdbd0748ab0b87f2ab9a7774c059092
Contents?: true
Size: 534 Bytes
Versions: 9
Compression:
Stored size: 534 Bytes
Contents
<% unless datastream.new? %> <h4><%= t("fcrepo_admin.datastream.profile.title") %></h4> <table class="table table-bordered table-condensed table-striped" style="width: auto"> <% datastream_show_profile_keys.each do |key| %> <tr> <th scope="row"><%= t("fcrepo_admin.datastream.profile.keys.#{key}") %></th> <td><%= format_datastream_profile_value datastream, key %></td> </tr> <% end %> </table> <% else %> <div class="alert alert-info"> <%= t("fcrepo_admin.datastream.alerts.not_persisted") %> </div> <% end %>
Version data entries
9 entries across 9 versions & 1 rubygems