Sha256: ce6775f07e18ae41c12bd461820e7f0b69d24d6c43c08f1d7121d183f600284c
Contents?: true
Size: 728 Bytes
Versions: 2
Compression:
Stored size: 728 Bytes
Contents
<li class="nav-header"> <%= t("fcrepo_admin.datastream.nav.header") %> </li> <li> <%= link_to_unless_current t("fcrepo_admin.datastream.nav.items.summary"), fcrepo_admin.object_datastream_path(object, datastream.dsid) %> </li> <% if can? :edit, object %> <li> <%= link_to_unless_current t("fcrepo_admin.datastream.nav.items.edit"), fcrepo_admin.edit_object_datastream_path(object, datastream.dsid) %> </li> <li> <%= link_to_unless_current t("fcrepo_admin.datastream.nav.items.upload"), fcrepo_admin.upload_object_datastream_path(object, datastream.dsid) %> </li> <% end %> <li> <%= link_to t("fcrepo_admin.datastream.nav.items.download"), fcrepo_admin.download_object_datastream_path(object, datastream.dsid) %> </li>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fcrepo_admin-0.3.3 | app/views/fcrepo_admin/datastreams/_context_nav_items.html.erb |
fcrepo_admin-0.3.2 | app/views/fcrepo_admin/datastreams/_context_nav_items.html.erb |