Sha256: 0b85eaaa107bb5af38baf242d2e83744fae19ab379b601454dd811a5fe275b77

Contents?: true

Size: 367 Bytes

Versions: 73

Compression:

Stored size: 367 Bytes

Contents

<% assets_with_deactivated_embargoes.each do |curation_concern| %>
  <%= link_to curation_concern, edit_embargo_path(curation_concern) %> <%= visibility_badge(curation_concern.visibility) %>
  <ul>
    <% curation_concern.embargo_history.each do |entry| %>
      <% unless entry.empty? %>
        <li><%= entry %></li>
      <% end %>
    <% end %>
  </ul>
<% end %>

Version data entries

73 entries across 73 versions & 2 rubygems

Version Path
curation_concerns-1.7.8 app/views/embargoes/_list_deactivated_embargoes.html.erb
curation_concerns-1.7.7 app/views/embargoes/_list_deactivated_embargoes.html.erb
curation_concerns-2.0.0 app/views/embargoes/_list_deactivated_embargoes.html.erb
curation_concerns-2.0.0.rc2 app/views/embargoes/_list_deactivated_embargoes.html.erb
curation_concerns-1.7.6 app/views/embargoes/_list_deactivated_embargoes.html.erb
curation_concerns-1.7.5 app/views/embargoes/_list_deactivated_embargoes.html.erb
curation_concerns-1.7.4 app/views/embargoes/_list_deactivated_embargoes.html.erb
curation_concerns-1.7.3 app/views/embargoes/_list_deactivated_embargoes.html.erb
curation_concerns-1.7.2 app/views/embargoes/_list_deactivated_embargoes.html.erb
curation_concerns-2.0.0.rc1 app/views/embargoes/_list_deactivated_embargoes.html.erb
curation_concerns-1.7.1 app/views/embargoes/_list_deactivated_embargoes.html.erb
curation_concerns-1.7.0 app/views/embargoes/_list_deactivated_embargoes.html.erb
curation_concerns-1.7.0.beta1 app/views/embargoes/_list_deactivated_embargoes.html.erb
curation_concerns-1.6.3 app/views/embargoes/_list_deactivated_embargoes.html.erb
curation_concerns-1.6.2 app/views/embargoes/_list_deactivated_embargoes.html.erb
curation_concerns-1.6.1 app/views/embargoes/_list_deactivated_embargoes.html.erb
curation_concerns-1.6.0 app/views/embargoes/_list_deactivated_embargoes.html.erb
curation_concerns-1.5.0 app/views/embargoes/_list_deactivated_embargoes.html.erb
curation_concerns-1.4.0 app/views/embargoes/_list_deactivated_embargoes.html.erb
curation_concerns-1.3.3 app/views/embargoes/_list_deactivated_embargoes.html.erb