diff --git a/app/assets/stylesheets/modules/attributes.css.scss b/app/assets/stylesheets/modules/attributes.css.scss index f27194ae5..d29aa7f85 100644 --- a/app/assets/stylesheets/modules/attributes.css.scss +++ b/app/assets/stylesheets/modules/attributes.css.scss @@ -48,3 +48,13 @@ } } } + +.table.related-to-works { + .selected-row { + border: 2px solid $blue-light; + } + + .modifier.current { + width: 3em; + } +} diff --git a/app/views/curation_concern/osf_archives/_attributes.html.erb b/app/views/curation_concern/osf_archives/_attributes.html.erb index a58750543..9d833f7cd 100644 --- a/app/views/curation_concern/osf_archives/_attributes.html.erb +++ b/app/views/curation_concern/osf_archives/_attributes.html.erb @@ -33,27 +33,27 @@ -

Archived Versions of OSF Project

+

Version History

+ - <% curation_concern.archived_versions_of_source_project.each do |archived_version| %> - + <% is_viewing_version = (archived_version.pid == curation_concern.pid) %> + + - - + <% end %>