hyrax 2.1.0.beta1 → 2.1.0.beta2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop.yml +9 -49
- data/.rubocop_fixme.yml +1 -0
- data/.travis.yml +1 -1
- data/Gemfile +3 -3
- data/README.md +4 -2
- data/app/actors/hyrax/actors/file_set_actor.rb +0 -1
- data/app/actors/hyrax/actors/interpret_visibility_actor.rb +1 -3
- data/app/actors/hyrax/actors/model_actor.rb +4 -0
- data/app/assets/javascripts/hyrax.js +1 -1
- data/app/assets/javascripts/hyrax/app.js.erb +1 -1
- data/app/assets/javascripts/hyrax/authority_select.es6 +15 -7
- data/app/assets/javascripts/hyrax/collections.js +188 -9
- data/app/assets/javascripts/hyrax/content_blocks.js +13 -1
- data/app/assets/javascripts/hyrax/editor.es6 +2 -1
- data/app/assets/javascripts/hyrax/proxy_rights.js +2 -2
- data/app/assets/javascripts/hyrax/turbolinks_events.js +5 -0
- data/app/assets/stylesheets/hyrax/_accessibility.scss +21 -0
- data/app/assets/stylesheets/hyrax/_catalog.scss +21 -16
- data/app/assets/stylesheets/hyrax/_collections.scss +48 -7
- data/app/assets/stylesheets/hyrax/_modal.scss +4 -0
- data/app/assets/stylesheets/hyrax/_settings.scss +1 -1
- data/app/assets/stylesheets/hyrax/dashboard.scss +0 -1
- data/app/controllers/concerns/hyrax/breadcrumbs.rb +3 -1
- data/app/controllers/concerns/hyrax/embargoes_controller_behavior.rb +17 -1
- data/app/controllers/concerns/hyrax/leases_controller_behavior.rb +10 -0
- data/app/controllers/concerns/hyrax/local_file_downloads_controller_behavior.rb +86 -0
- data/app/controllers/concerns/hyrax/works_controller_behavior.rb +14 -11
- data/app/controllers/hyrax/admin/collection_types_controller.rb +11 -1
- data/app/controllers/hyrax/api/items_controller.rb +2 -6
- data/app/controllers/hyrax/batch_edits_controller.rb +6 -0
- data/app/controllers/hyrax/batch_uploads_controller.rb +1 -1
- data/app/controllers/hyrax/dashboard/collections_controller.rb +4 -7
- data/app/controllers/hyrax/dashboard/profiles_controller.rb +2 -0
- data/app/controllers/hyrax/dashboard_controller.rb +2 -2
- data/app/controllers/hyrax/depositors_controller.rb +19 -0
- data/app/controllers/hyrax/downloads_controller.rb +3 -4
- data/app/controllers/hyrax/embargoes_controller.rb +2 -0
- data/app/controllers/hyrax/file_sets_controller.rb +12 -0
- data/app/controllers/hyrax/leases_controller.rb +2 -0
- data/app/controllers/hyrax/my/works_controller.rb +9 -0
- data/app/controllers/hyrax/my_controller.rb +0 -1
- data/app/controllers/hyrax/transfers_controller.rb +1 -3
- data/app/controllers/hyrax/users_controller.rb +1 -3
- data/app/forms/hyrax/forms/admin/collection_type_form.rb +1 -1
- data/app/forms/hyrax/forms/permission_template_form.rb +1 -4
- data/app/forms/hyrax/forms/work_form.rb +1 -3
- data/app/helpers/hyrax/citations_behaviors/common_behavior.rb +1 -3
- data/app/helpers/hyrax/citations_behaviors/formatters/chicago_formatter.rb +1 -5
- data/app/helpers/hyrax/collections_helper.rb +7 -4
- data/app/helpers/hyrax/file_set_helper.rb +0 -1
- data/app/helpers/hyrax/hyrax_helper_behavior.rb +0 -1
- data/app/helpers/hyrax/trophy_helper.rb +0 -1
- data/app/indexers/hyrax/admin_set_indexer.rb +2 -0
- data/app/inputs/multi_value_select_input.rb +1 -3
- data/app/jobs/attach_files_to_work_job.rb +5 -1
- data/app/jobs/import_url_job.rb +9 -8
- data/app/models/admin_set.rb +1 -5
- data/app/models/concerns/hyrax/ability.rb +3 -4
- data/app/models/concerns/hyrax/collection_behavior.rb +0 -4
- data/app/models/concerns/hyrax/collection_nesting.rb +12 -0
- data/app/models/concerns/hyrax/suppressible.rb +1 -5
- data/app/models/featured_work_list.rb +1 -3
- data/app/models/hyrax/collection_type.rb +3 -2
- data/app/models/hyrax/permission_template_access.rb +6 -4
- data/app/models/proxy_deposit_request.rb +1 -1
- data/app/presenters/hyrax/collection_presenter.rb +0 -24
- data/app/presenters/hyrax/displays_image.rb +1 -1
- data/app/presenters/hyrax/file_set_presenter.rb +1 -1
- data/app/presenters/hyrax/menu_presenter.rb +1 -1
- data/app/presenters/hyrax/work_show_presenter.rb +15 -10
- data/app/search_builders/hyrax/abstract_type_relation.rb +2 -1
- data/app/search_builders/hyrax/collection_member_search_builder.rb +1 -1
- data/app/search_builders/hyrax/dashboard/collections_search_builder.rb +3 -1
- data/app/search_builders/hyrax/parent_collection_search_builder.rb +2 -2
- data/app/services/hyrax/admin_set_create_service.rb +1 -3
- data/app/services/hyrax/analytics.rb +1 -3
- data/app/services/hyrax/collection_member_service.rb +6 -5
- data/app/services/hyrax/collection_types/create_service.rb +37 -10
- data/app/services/hyrax/collections/permissions_create_service.rb +1 -3
- data/app/services/hyrax/collections/permissions_service.rb +6 -4
- data/app/views/catalog/_index_header_list_collection.html.erb +1 -1
- data/app/views/catalog/_index_header_list_default.html.erb +1 -1
- data/app/views/catalog/_index_list_default.html.erb +6 -10
- data/app/views/catalog/_search_form.html.erb +10 -11
- data/app/views/catalog/_thumbnail_list_collection.html.erb +1 -1
- data/app/views/catalog/_thumbnail_list_default.html.erb +1 -1
- data/app/views/hyrax/admin/admin_sets/_form.html.erb +1 -1
- data/app/views/hyrax/admin/admin_sets/_form_participant_table.html.erb +1 -1
- data/app/views/hyrax/admin/admin_sets/_form_participants.html.erb +1 -1
- data/app/views/hyrax/admin/admin_sets/_form_visibility.html.erb +3 -3
- data/app/views/hyrax/admin/admin_sets/_show_document_list_row.html.erb +2 -2
- data/app/views/hyrax/admin/admin_sets/index.html.erb +1 -1
- data/app/views/hyrax/admin/appearances/show.html.erb +4 -4
- data/app/views/hyrax/admin/collection_types/_form_settings.html.erb +3 -2
- data/app/views/hyrax/admin/collection_types/index.html.erb +2 -2
- data/app/views/hyrax/admin/features/index.html.erb +2 -4
- data/app/views/hyrax/admin/stats/_date_form.html.erb +3 -3
- data/app/views/hyrax/admin/stats/_top_data.html.erb +1 -1
- data/app/views/hyrax/admin/stats/show.html.erb +1 -1
- data/app/views/hyrax/admin/workflows/index.html.erb +0 -1
- data/app/views/hyrax/base/_file_manager_actions.html.erb +2 -2
- data/app/views/hyrax/base/_file_manager_member.html.erb +1 -1
- data/app/views/hyrax/base/_form_child_work_relationships.html.erb +1 -2
- data/app/views/hyrax/base/_form_files.html.erb +3 -3
- data/app/views/hyrax/base/_form_member_of_collections.html.erb +1 -2
- data/app/views/hyrax/base/_form_progress.html.erb +3 -3
- data/app/views/hyrax/base/_form_relationships.html.erb +2 -3
- data/app/views/hyrax/base/_form_representative.html.erb +0 -1
- data/app/views/hyrax/base/_form_share.html.erb +1 -3
- data/app/views/hyrax/base/_form_thumbnail.html.erb +0 -1
- data/app/views/hyrax/base/_form_visibility_component.html.erb +6 -6
- data/app/views/hyrax/base/_relationships_parent_rows.html.erb +3 -1
- data/app/views/hyrax/base/_representative_media.html.erb +1 -1
- data/app/views/hyrax/base/_share_with.html.erb +3 -3
- data/app/views/hyrax/base/_show_actions.html.erb +14 -1
- data/app/views/hyrax/base/_social_media.html.erb +5 -5
- data/app/views/hyrax/base/_work_title.erb +3 -1
- data/app/views/hyrax/base/_workflow_actions.html.erb +1 -1
- data/app/views/hyrax/base/inspect_work.html.erb +1 -1
- data/app/views/hyrax/base/show.html.erb +2 -2
- data/app/views/hyrax/batch_edits/_check_all.html.erb +2 -2
- data/app/views/hyrax/batch_edits/edit.html.erb +47 -44
- data/app/views/hyrax/batch_select/_add_button.html.erb +2 -2
- data/app/views/hyrax/citations/work.html.erb +3 -3
- data/app/views/hyrax/collections/_collection.html.erb +1 -1
- data/app/views/hyrax/collections/_default_group.html.erb +1 -1
- data/app/views/hyrax/collections/_list_collections.html.erb +2 -2
- data/app/views/hyrax/collections/_list_works.html.erb +1 -1
- data/app/views/hyrax/collections/_show_descriptions.html.erb +6 -6
- data/app/views/hyrax/collections/_show_document_list_row.html.erb +2 -2
- data/app/views/hyrax/collections/_show_parent_collections.html.erb +11 -38
- data/app/views/hyrax/collections/_sort_and_per_page.html.erb +13 -13
- data/app/views/hyrax/collections/_subcollection_list.html.erb +1 -1
- data/app/views/hyrax/collections/_view_type_group.html.erb +1 -1
- data/app/views/hyrax/collections/show.html.erb +122 -122
- data/app/views/hyrax/content_blocks/_form.html.erb +13 -12
- data/app/views/hyrax/content_blocks/_modal_content_block.html.erb +15 -0
- data/app/views/hyrax/dashboard/_index_partials/_proxy_rights.html.erb +25 -19
- data/app/views/hyrax/dashboard/_sidebar.html.erb +1 -1
- data/app/views/hyrax/dashboard/collections/_button_for_remove_selected_from_collection.html.erb +1 -1
- data/app/views/hyrax/dashboard/collections/_collection_title.html.erb +16 -16
- data/app/views/hyrax/dashboard/collections/_form.html.erb +3 -1
- data/app/views/hyrax/dashboard/collections/_form_branding.html.erb +11 -11
- data/app/views/hyrax/dashboard/collections/_form_default_group_delt.html.erb +1 -1
- data/app/views/hyrax/dashboard/collections/_form_discovery.html.erb +2 -2
- data/app/views/hyrax/dashboard/collections/_form_for_select_collection.html.erb +4 -4
- data/app/views/hyrax/dashboard/collections/_form_share.html.erb +51 -44
- data/app/views/hyrax/dashboard/collections/_form_share_table.html.erb +2 -2
- data/app/views/hyrax/dashboard/collections/_list_collections.html.erb +4 -4
- data/app/views/hyrax/dashboard/collections/_list_works.html.erb +1 -1
- data/app/views/hyrax/dashboard/collections/_modal_remove_from_collection.html.erb +10 -5
- data/app/views/hyrax/dashboard/collections/_modal_remove_sub_collection.html.erb +10 -5
- data/app/views/hyrax/dashboard/collections/_show_actions.html.erb +1 -1
- data/app/views/hyrax/dashboard/collections/_show_add_items_actions.html.erb +2 -2
- data/app/views/hyrax/dashboard/collections/_show_document_list_row.html.erb +2 -2
- data/app/views/hyrax/dashboard/collections/_show_parent_collection_row.html.erb +10 -5
- data/app/views/hyrax/dashboard/collections/_show_parent_collections.html.erb +11 -34
- data/app/views/hyrax/dashboard/collections/_sort_and_per_page.html.erb +1 -1
- data/app/views/hyrax/dashboard/collections/_subcollection_list.html.erb +23 -17
- data/app/views/hyrax/dashboard/collections/show.html.erb +6 -6
- data/app/views/hyrax/dashboard/profiles/_edit_primary.html.erb +0 -4
- data/app/views/hyrax/dashboard/profiles/_trophy_edit.html.erb +16 -14
- data/app/views/hyrax/dashboard/profiles/show.html.erb +6 -0
- data/app/views/hyrax/dashboard/show_admin.html.erb +19 -3
- data/app/views/hyrax/dashboard/sidebar/_activity.html.erb +6 -0
- data/app/views/hyrax/dashboard/works/_list_works.html.erb +1 -1
- data/app/views/hyrax/depositors/index.html.erb +13 -0
- data/app/views/hyrax/embargoes/_list_expired_active_embargoes.html.erb +1 -1
- data/app/views/hyrax/embargoes/edit.html.erb +47 -35
- data/app/views/hyrax/embargoes/index.html.erb +6 -7
- data/app/views/hyrax/file_sets/_actions.html.erb +6 -2
- data/app/views/hyrax/file_sets/_extra_fields_modal.html.erb +3 -3
- data/app/views/hyrax/file_sets/_groups_description.html.erb +0 -1
- data/app/views/hyrax/file_sets/_permission_form.html.erb +3 -3
- data/app/views/hyrax/file_sets/edit.html.erb +24 -20
- data/app/views/hyrax/file_sets/media_display/_audio.html.erb +23 -6
- data/app/views/hyrax/file_sets/media_display/_default.html.erb +1 -1
- data/app/views/hyrax/file_sets/media_display/_video.html.erb +23 -6
- data/app/views/hyrax/leases/_list_expired_active_leases.html.erb +1 -1
- data/app/views/hyrax/leases/edit.html.erb +47 -35
- data/app/views/hyrax/leases/index.html.erb +6 -6
- data/app/views/hyrax/my/_collection_action_menu.html.erb +1 -1
- data/app/views/hyrax/my/_facet_limit.html.erb +1 -2
- data/app/views/hyrax/my/_facet_pagination.html.erb +6 -6
- data/app/views/hyrax/my/_facet_pivot.html.erb +1 -1
- data/app/views/hyrax/my/_results_pagination.html.erb +1 -1
- data/app/views/hyrax/my/collections/_facets.html.erb +1 -1
- data/app/views/hyrax/my/collections/_list_collections.html.erb +5 -5
- data/app/views/hyrax/my/collections/_modal_add_subcollection.html.erb +3 -2
- data/app/views/hyrax/my/collections/_modal_add_to_collection.html.erb +3 -1
- data/app/views/hyrax/my/collections/_modal_add_to_collection_permission_deny.html.erb +1 -1
- data/app/views/hyrax/my/collections/_modal_collection_types_to_create.html.erb +2 -2
- data/app/views/hyrax/my/collections/_modal_delete_collection.html.erb +1 -2
- data/app/views/hyrax/my/collections/_modal_delete_deny.html.erb +1 -1
- data/app/views/hyrax/my/collections/_modal_delete_selected_collections.html.erb +2 -2
- data/app/views/hyrax/my/collections/_tabs.html.erb +2 -2
- data/app/views/hyrax/my/collections/index.html.erb +7 -3
- data/app/views/hyrax/my/facet.html.erb +1 -1
- data/app/views/hyrax/my/index.html.erb +6 -2
- data/app/views/hyrax/my/works/_facets.html.erb +1 -1
- data/app/views/hyrax/my/works/_list_works.html.erb +1 -1
- data/app/views/hyrax/my/works/_tabs.html.erb +2 -2
- data/app/views/hyrax/my/works/index.html.erb +6 -2
- data/app/views/hyrax/notifications/_notifications.html.erb +1 -1
- data/app/views/hyrax/pages/_form.html.erb +12 -12
- data/app/views/hyrax/pages/show.html.erb +1 -1
- data/app/views/hyrax/single_use_links_viewer/show.html.erb +1 -1
- data/app/views/hyrax/stats/file.html.erb +6 -2
- data/app/views/hyrax/stats/work.html.erb +6 -2
- data/app/views/hyrax/transfers/_received.html.erb +6 -6
- data/app/views/hyrax/transfers/_sent.html.erb +2 -2
- data/app/views/hyrax/transfers/new.html.erb +0 -1
- data/app/views/hyrax/users/_activity_log.html.erb +2 -2
- data/app/views/hyrax/users/_profile_tabs.html.erb +1 -1
- data/app/views/hyrax/users/_search_form.html.erb +1 -1
- data/app/views/hyrax/users/_user.html.erb +0 -1
- data/app/views/hyrax/users/index.html.erb +1 -1
- data/app/views/kaminari/blacklight_compact/_paginator.html.erb +1 -2
- data/app/views/layouts/_head_tag_content.html.erb +2 -2
- data/app/views/layouts/error.html.erb +1 -1
- data/app/views/layouts/hyrax.html.erb +6 -3
- data/app/views/layouts/hyrax/dashboard.html.erb +6 -3
- data/app/views/records/show_fields/_based_near.html.erb +0 -1
- data/app/views/records/show_fields/_contributor.html.erb +0 -1
- data/app/views/records/show_fields/_date_created.html.erb +0 -1
- data/app/views/records/show_fields/_description.html.erb +1 -1
- data/app/views/records/show_fields/_identifier.html.erb +0 -1
- data/app/views/records/show_fields/_language.html.erb +0 -1
- data/app/views/records/show_fields/_publisher.html.erb +0 -1
- data/app/views/records/show_fields/_related_url.html.erb +0 -1
- data/app/views/records/show_fields/_resource_type.html.erb +0 -1
- data/app/views/records/show_fields/_subject.html.erb +0 -1
- data/app/views/shared/_citations.html.erb +17 -17
- data/app/views/shared/_select_work_type_modal.html.erb +2 -2
- data/config/locales/hyrax.de.yml +198 -189
- data/config/locales/hyrax.en.yml +21 -14
- data/config/locales/hyrax.es.yml +9 -0
- data/config/locales/hyrax.fr.yml +9 -0
- data/config/locales/hyrax.it.yml +9 -0
- data/config/locales/hyrax.pt-BR.yml +9 -0
- data/config/locales/hyrax.zh.yml +9 -0
- data/config/routes.rb +1 -0
- data/hyrax.gemspec +7 -18
- data/lib/generators/hyrax/models_generator.rb +0 -1
- data/lib/generators/hyrax/templates/db/migrate/20180302200051_add_branding_to_collection_type.rb.erb +5 -0
- data/lib/generators/hyrax/work/templates/feature_spec.rb.erb +1 -1
- data/lib/hyrax/configuration.rb +2 -4
- data/lib/hyrax/engine.rb +22 -4
- data/lib/hyrax/version.rb +1 -1
- data/spec/actors/hyrax/actors/lease_actor_spec.rb +16 -0
- data/spec/controllers/hyrax/admin/appearances_controller_spec.rb +1 -1
- data/spec/controllers/hyrax/admin/collection_types_controller_spec.rb +2 -0
- data/spec/controllers/hyrax/admin/features_controller_spec.rb +1 -1
- data/spec/controllers/hyrax/admin/workflow_roles_controller_spec.rb +1 -1
- data/spec/controllers/hyrax/admin/workflows_controller_spec.rb +1 -1
- data/spec/controllers/hyrax/batch_edits_controller_spec.rb +14 -1
- data/spec/controllers/hyrax/batch_uploads_controller_spec.rb +2 -2
- data/spec/controllers/hyrax/citations_controller_spec.rb +4 -2
- data/spec/controllers/hyrax/collections_controller_spec.rb +32 -4
- data/spec/controllers/hyrax/content_blocks_controller_spec.rb +1 -1
- data/spec/controllers/hyrax/dashboard/collections_controller_spec.rb +11 -6
- data/spec/controllers/hyrax/depositors_controller_spec.rb +11 -0
- data/spec/controllers/hyrax/downloads_controller_spec.rb +42 -0
- data/spec/controllers/hyrax/embargoes_controller_spec.rb +40 -1
- data/spec/controllers/hyrax/file_sets_controller_spec.rb +10 -2
- data/spec/controllers/hyrax/generic_works_controller_spec.rb +38 -6
- data/spec/controllers/hyrax/leases_controller_spec.rb +11 -0
- data/spec/controllers/hyrax/my/collections_controller_spec.rb +1 -1
- data/spec/controllers/hyrax/my/works_controller_spec.rb +1 -1
- data/spec/controllers/hyrax/pages_controller_spec.rb +1 -1
- data/spec/controllers/hyrax/stats_controller_spec.rb +2 -0
- data/spec/controllers/hyrax/transfers_controller_spec.rb +1 -1
- data/spec/factories/collection_types.rb +10 -1
- data/spec/factories/collections.rb +5 -3
- data/spec/factories/collections_factory.rb +3 -3
- data/spec/factories/file_sets.rb +2 -6
- data/spec/factories/generic_works.rb +68 -4
- data/spec/factory_tests/collections_factory_spec.rb +2 -1
- data/spec/features/batch_create_spec.rb +60 -0
- data/spec/features/batch_edit_spec.rb +1 -0
- data/spec/features/browse_dashboard_works_spec.rb +1 -0
- data/spec/features/collection_multi_membership_spec.rb +9 -6
- data/spec/features/collection_spec.rb +1 -1
- data/spec/features/collection_type_spec.rb +49 -1
- data/spec/features/create_work_admin_spec.rb +2 -2
- data/spec/features/create_work_spec.rb +1 -0
- data/spec/features/dashboard/all_works.rb +10 -2
- data/spec/features/dashboard/collection_spec.rb +38 -17
- data/spec/features/dashboard/display_admin_dashboard_spec.rb +29 -0
- data/spec/features/dashboard/display_dashboard_spec.rb +1 -1
- data/spec/features/edit_content_block_admin_spec.rb +45 -0
- data/spec/features/edit_work_spec.rb +40 -2
- data/spec/features/ownership_transfer_spec.rb +1 -0
- data/spec/features/proxy_spec.rb +2 -2
- data/spec/features/search_spec.rb +2 -5
- data/spec/features/work_show_spec.rb +14 -4
- data/spec/forms/hyrax/forms/admin/collection_type_form_spec.rb +1 -0
- data/spec/forms/hyrax/forms/collection_form_spec.rb +1 -1
- data/spec/helpers/hyrax/ability_helper_spec.rb +2 -2
- data/spec/helpers/hyrax/collections_helper_spec.rb +12 -4
- data/spec/javascripts/authority_select_spec.js +1 -1
- data/spec/javascripts/settings_spec.js +1 -0
- data/spec/jobs/attach_files_to_work_job_spec.rb +13 -0
- data/spec/jobs/import_url_job_spec.rb +14 -0
- data/spec/models/collection_spec.rb +1 -0
- data/spec/models/concerns/hyrax/collection_nesting_spec.rb +16 -0
- data/spec/models/hyrax/collection_type_spec.rb +1 -0
- data/spec/presenters/hyrax/collection_presenter_spec.rb +1 -100
- data/spec/presenters/hyrax/file_set_presenter_spec.rb +17 -2
- data/spec/presenters/hyrax/menu_presenter_spec.rb +6 -0
- data/spec/presenters/hyrax/work_show_presenter_spec.rb +15 -3
- data/spec/search_builders/hyrax/abstract_type_relation_spec.rb +18 -0
- data/spec/search_builders/hyrax/dashboard/collections_search_builder_spec.rb +30 -19
- data/spec/search_builders/hyrax/parent_collection_search_builder_spec.rb +15 -0
- data/spec/services/hyrax/collection_member_service_spec.rb +10 -19
- data/spec/services/hyrax/collection_types/create_service_spec.rb +35 -2
- data/spec/services/hyrax/collections/collection_member_service_spec.rb +1 -1
- data/spec/services/hyrax/qa_select_service_spec.rb +0 -1
- data/spec/support/selectors.rb +15 -0
- data/spec/views/hyrax/admin/admin_sets/_show_document_list_row.html.erb_spec.rb +2 -0
- data/spec/views/hyrax/admin/collection_types/_form_settings.html.erb_spec.rb +1 -0
- data/spec/views/hyrax/admin/stats/show.html.erb_spec.rb +9 -0
- data/spec/views/hyrax/base/_attributes.html.erb_spec.rb +1 -1
- data/spec/views/hyrax/base/_relationships.html.erb_spec.rb +13 -1
- data/spec/views/hyrax/base/_show_actions.html.erb_spec.rb +10 -0
- data/spec/views/hyrax/base/show.html.erb_spec.rb +8 -0
- data/spec/views/hyrax/collections/_show_parent_collections.html.erb_spec.rb +3 -53
- data/spec/views/hyrax/dashboard/_sidebar.html.erb_spec.rb +22 -0
- data/spec/views/hyrax/dashboard/collections/_form_share.erb_spec.rb +2 -1
- data/spec/views/hyrax/dashboard/collections/_show_actions.html.erb_spec.rb +13 -0
- data/spec/views/hyrax/dashboard/collections/_show_parent_collection_row.html.erb_spec.rb +26 -8
- data/spec/views/hyrax/dashboard/collections/_show_parent_collections.html.erb_spec.rb +7 -43
- data/spec/views/hyrax/dashboard/collections/_subcollection_list.html.erb_spec.rb +13 -1
- data/spec/views/hyrax/dashboard/collections/show.html.erb_spec.rb +1 -0
- data/spec/views/hyrax/dashboard/profiles/_trophy_edit.html.erb_spec.rb +36 -0
- data/spec/views/hyrax/dashboard/profiles/edit.html.erb_spec.rb +0 -38
- data/spec/views/hyrax/dashboard/profiles/show.html.erb_spec.rb +37 -0
- data/spec/views/hyrax/depositors/index.html.erb_spec.rb +13 -0
- data/spec/views/hyrax/file_sets/_actions.html.erb_spec.rb +15 -0
- data/spec/views/hyrax/file_sets/media_display/_audio.html.erb_spec.rb +29 -0
- data/spec/views/hyrax/file_sets/media_display/_default.html.erb_spec.rb +1 -1
- data/spec/views/hyrax/file_sets/media_display/_video.html.erb_spec.rb +29 -0
- data/spec/views/hyrax/my/collections/_list_collections.html.erb_spec.rb +6 -2
- data/tasks/hyrax_dev.rake +1 -3
- data/template.rb +1 -1
- metadata +49 -41
- data/app/assets/javascripts/hyrax/collections_forms.js +0 -108
@@ -17,9 +17,9 @@
|
|
17
17
|
<td><%= g.agent_type.titleize %></td>
|
18
18
|
<td>
|
19
19
|
<% if g.admin_group? %>
|
20
|
-
<%= link_to t(".#{access}.remove"), hyrax.admin_permission_template_access_path(g), method: :delete, class: 'btn btn-danger disabled', disabled: true, title: t('hyrax.admin.admin_sets.form.permission_destroy_errors.admin_group') %>
|
20
|
+
<%= link_to t(".#{access}.remove"), hyrax.admin_permission_template_access_path(g), method: :delete, class: 'btn btn-sm btn-danger disabled', disabled: true, title: t('hyrax.admin.admin_sets.form.permission_destroy_errors.admin_group') %>
|
21
21
|
<% else %>
|
22
|
-
<%= link_to t(".#{access}.remove"), hyrax.admin_permission_template_access_path(g), method: :delete, class: 'btn btn-danger' %>
|
22
|
+
<%= link_to t(".#{access}.remove"), hyrax.admin_permission_template_access_path(g), method: :delete, class: 'btn btn-sm btn-danger' %>
|
23
23
|
<% end %>
|
24
24
|
</td>
|
25
25
|
</tr>
|
@@ -32,14 +32,14 @@
|
|
32
32
|
<div class="expanded-details">
|
33
33
|
<p>
|
34
34
|
<strong><%= t("hyrax.dashboard.my.collection_list.description") %></strong>
|
35
|
-
<br
|
35
|
+
<br /><%= collection_presenter.description.first %>
|
36
36
|
</p>
|
37
37
|
<p>
|
38
38
|
<strong><%= t("hyrax.dashboard.my.collection_list.edit_access") %></strong>
|
39
|
-
<br
|
39
|
+
<br />
|
40
40
|
<% if collection_presenter.edit_groups.present? %>
|
41
41
|
<%= t("hyrax.dashboard.my.collection_list.groups") %> <%= collection_presenter.edit_groups.join(', ') %>
|
42
|
-
<br/>
|
42
|
+
<br />
|
43
43
|
<% end %>
|
44
44
|
<%= t("hyrax.dashboard.my.collection_list.users") %> <%= collection_presenter.edit_people.join(', ') %>
|
45
45
|
</p>
|
@@ -51,7 +51,7 @@
|
|
51
51
|
</td>
|
52
52
|
<td><%= collection_presenter.permission_badge %> </td>
|
53
53
|
<td><%= collection_presenter.total_viewable_items %></td>
|
54
|
-
<td class="date"><%=collection_presenter.modified_date.try(:to_formatted_s, :standard) %> </td>
|
54
|
+
<td class="date"><%= collection_presenter.modified_date.try(:to_formatted_s, :standard) %> </td>
|
55
55
|
<td>
|
56
56
|
<% if collection_presenter.solr_document.admin_set? %>
|
57
57
|
<%= render '/hyrax/my/admin_set_action_menu', admin_set_presenter: collection_presenter %>
|
@@ -1,7 +1,7 @@
|
|
1
1
|
<tr id="document_<%= document.id %>">
|
2
2
|
|
3
3
|
<td>
|
4
|
-
<label for="batch_document_<%= document.id %>" class="sr-only"><%=t("hyrax.dashboard.my.sr.batch_checkbox")%></label>
|
4
|
+
<label for="batch_document_<%= document.id %>" class="sr-only"><%= t("hyrax.dashboard.my.sr.batch_checkbox") %></label>
|
5
5
|
<%= render 'hyrax/batch_select/add_button', document: document %>
|
6
6
|
</td>
|
7
7
|
|
@@ -1,15 +1,20 @@
|
|
1
|
-
<div class="modal fade" id="collection-remove-from-collection" tabindex="-1" role="dialog">
|
1
|
+
<div class="modal fade" id="collection-remove-from-collection-modal" tabindex="-1" role="dialog">
|
2
2
|
<div class="modal-dialog" role="document">
|
3
3
|
<div class="modal-content">
|
4
4
|
<div class="delete-collection-form">
|
5
5
|
<div class="modal-body">
|
6
|
+
<!-- Any alert messaging mounts to this element -->
|
7
|
+
<div class="modal-ajax-alert"></div>
|
8
|
+
|
6
9
|
<p><%= t('hyrax.dashboard.collections.form_relationships.modals.remove_from_collection_description') %></p>
|
7
10
|
</div>
|
8
11
|
<div class="modal-footer">
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
12
|
+
<button type="button" class="btn btn-default" data-dismiss="modal"><%= t('helpers.action.cancel') %></button>
|
13
|
+
<button
|
14
|
+
type="button"
|
15
|
+
class="btn btn-danger modal-button-remove-collection">
|
16
|
+
<%= t('helpers.action.remove') %>
|
17
|
+
</button>
|
13
18
|
</div>
|
14
19
|
</div>
|
15
20
|
</div>
|
@@ -1,15 +1,20 @@
|
|
1
|
-
<div class="modal fade" id="collection-remove-subcollection" tabindex="-1" role="dialog">
|
1
|
+
<div class="modal fade" id="collection-remove-subcollection-modal" tabindex="-1" role="dialog">
|
2
2
|
<div class="modal-dialog" role="document">
|
3
3
|
<div class="modal-content">
|
4
4
|
<div class="delete-collection-form">
|
5
5
|
<div class="modal-body">
|
6
|
+
<!-- Any alert messaging mounts to this element -->
|
7
|
+
<div class="modal-ajax-alert"></div>
|
8
|
+
|
6
9
|
<p><%= t('hyrax.dashboard.collections.form_relationships.modals.remove_this_sub_collection_description') %></p>
|
7
10
|
</div>
|
8
11
|
<div class="modal-footer">
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
12
|
+
<button type="button" class="btn btn-default" data-dismiss="modal"><%= t('helpers.action.cancel') %></button>
|
13
|
+
<button
|
14
|
+
type="button"
|
15
|
+
class="btn btn-danger modal-button-remove-collection">
|
16
|
+
<%= t('helpers.action.remove') %>
|
17
|
+
</button>
|
13
18
|
</div>
|
14
19
|
</div>
|
15
20
|
</div>
|
@@ -7,7 +7,7 @@
|
|
7
7
|
data: { turbolinks: false } %>
|
8
8
|
<% end %>
|
9
9
|
|
10
|
-
<% if presenter.collection_type_is_nestable? %>
|
10
|
+
<% if presenter.collection_type_is_nestable? && presenter.user_can_nest_collection? %>
|
11
11
|
<!-- The user should have deposit access to the parent and read access to the child (the collection we are already showing, so no test is necessary). -->
|
12
12
|
<%= button_tag '',
|
13
13
|
class: 'btn btn-primary add-to-collection',
|
@@ -7,11 +7,11 @@
|
|
7
7
|
'#',
|
8
8
|
title: t('hyrax.collection.actions.add_new_work.desc'),
|
9
9
|
data: { behavior: "select-work", target: "#worktypes-to-create", 'create-type' => 'single', add_works_to_collection: presenter.id },
|
10
|
-
class: 'btn btn-primary deposit-new-work-through-collection'
|
10
|
+
class: 'btn btn-primary deposit-new-work-through-collection' %>
|
11
11
|
<% else # simple link to the first work type %>
|
12
12
|
<%= link_to t('hyrax.collection.actions.add_new_work.label'),
|
13
13
|
new_polymorphic_path([main_app, @presenter.first_work_type], add_works_to_collection: presenter.id),
|
14
|
-
class: 'btn btn-primary'
|
14
|
+
class: 'btn btn-primary' %>
|
15
15
|
<% end %>
|
16
16
|
</div>
|
17
17
|
<div>
|
@@ -2,7 +2,7 @@
|
|
2
2
|
<tr id="document_<%= id %>">
|
3
3
|
<td>
|
4
4
|
<% if current_user and document.depositor != current_user.user_key %>
|
5
|
-
<i class="glyphicon glyphicon-share-alt"/>
|
5
|
+
<i class="glyphicon glyphicon-share-alt" />
|
6
6
|
<% end %>
|
7
7
|
</td>
|
8
8
|
<td>
|
@@ -41,7 +41,7 @@
|
|
41
41
|
<dd class="col-xs-9 col-lg-10">
|
42
42
|
<% if document.edit_groups.present? %>
|
43
43
|
Groups: <%= document.edit_groups.join(', ') %>
|
44
|
-
<br/>
|
44
|
+
<br />
|
45
45
|
<% end %>
|
46
46
|
Users: <%= document.edit_people.join(', ') %>
|
47
47
|
</dd>
|
@@ -1,6 +1,11 @@
|
|
1
|
-
<li
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
1
|
+
<li
|
2
|
+
data-id="<%= id %>"
|
3
|
+
data-parent-id="<%= document.id %>"
|
4
|
+
data-post-url="<%= hyrax.dashboard_remove_parent_relationship_above_path(id, document.id) %>">
|
5
|
+
<div class="flex-wrapper">
|
6
|
+
<div class="collections-list-title">
|
7
|
+
<%= link_to document, [hyrax, :dashboard, document], id: "src_copy_link_#{document.id}" %>
|
8
|
+
</div>
|
9
|
+
<button class="btn btn-xs btn-danger remove-from-collection-button" <%= "disabled" unless can? :edit, document.id %>><%= t('hyrax.collections.show.buttons.remove_from_collection') %></button>
|
10
|
+
</div>
|
6
11
|
</li>
|
@@ -1,37 +1,14 @@
|
|
1
1
|
<% if presenter.total_parent_collections <= 0 %>
|
2
|
-
|
2
|
+
<div class="alert alert-warning" role="alert"><%= t('hyrax.collections.show.no_visible_parent_collections') %></div>
|
3
3
|
<% else %>
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
<% end %>
|
15
|
-
</div>
|
16
|
-
<% if presenter.more_parent_collections? %>
|
17
|
-
<div class="more-parent-collections-block" id="more-parent-collections">
|
18
|
-
<ul>
|
19
|
-
<% presenter.more_parent_collections.each do |document| %>
|
20
|
-
<%= render 'hyrax/dashboard/collections/show_parent_collection_row', id: presenter.id, document: document %>
|
21
|
-
<% end %>
|
22
|
-
</ul>
|
23
|
-
<button id="show-less-parent-collections" class="btn show-less-parent-collections-btn"><%= t("hyrax.collections.show.show_less_parent_collections") %></button>
|
24
|
-
</div>
|
25
|
-
<% end %>
|
26
|
-
<% else %>
|
27
|
-
<ul>
|
28
|
-
<% presenter.parent_collections.documents.each do |document| %>
|
29
|
-
<%= render 'hyrax/dashboard/collections/show_parent_collection_row', id: presenter.id, document: document %>
|
30
|
-
<% end %>
|
31
|
-
</ul>
|
32
|
-
<div class="row">
|
33
|
-
<%= render 'hyrax/collections/paginate', solr_response: presenter.parent_collections, page_param_name: :parent_collection_page %>
|
34
|
-
</div>
|
35
|
-
<% end %>
|
36
|
-
<div>
|
4
|
+
<ul class="collections-list">
|
5
|
+
<% presenter.parent_collections.documents.each do |document| %>
|
6
|
+
<%= render 'hyrax/dashboard/collections/show_parent_collection_row', id: presenter.id, document: document %>
|
7
|
+
<% end %>
|
8
|
+
</ul>
|
9
|
+
<div class="row">
|
10
|
+
<%= render 'hyrax/collections/paginate', solr_response: presenter.parent_collections, page_param_name: :parent_collection_page %>
|
11
|
+
</div>
|
12
|
+
<!-- Remove parent collection Modal window -->
|
13
|
+
<%= render 'modal_remove_from_collection' %>
|
37
14
|
<% end %>
|
@@ -21,7 +21,7 @@
|
|
21
21
|
per page
|
22
22
|
<% end %>
|
23
23
|
<%= render_hash_as_hidden_fields(search_state.params_for_search.except(:per_page, :sort)) %>
|
24
|
-
<button class="btn btn-info"><span class="glyphicon glyphicon-refresh"></span> <%= t('helpers.action.refresh')%></button>
|
24
|
+
<button class="btn btn-info"><span class="glyphicon glyphicon-refresh"></span> <%= t('helpers.action.refresh') %></button>
|
25
25
|
</fieldset>
|
26
26
|
<div class="col-sm-3">
|
27
27
|
<%= render 'view_type_group' %>
|
@@ -1,21 +1,27 @@
|
|
1
1
|
<% if @subcollection_docs.nil? || @subcollection_docs.empty? %>
|
2
|
-
|
2
|
+
<div class="alert alert-warning" role="alert"><%= t('hyrax.collections.show.no_visible_subcollections') %></div>
|
3
3
|
<% else %>
|
4
|
-
<
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
4
|
+
<ul class="collections-list">
|
5
|
+
<% @subcollection_docs.each do |document| %>
|
6
|
+
<li
|
7
|
+
data-id="<%= document.id %>"
|
8
|
+
data-parent-id="<%= id %>"
|
9
|
+
data-post-url="<%= hyrax.dashboard_remove_child_relationship_under_path(id, document.id) %>"
|
10
|
+
data-subcollection-label="<%= document.title_or_label %>">
|
11
|
+
<div class="flex-wrapper">
|
12
|
+
<div class="collections-list-title">
|
10
13
|
<%= link_to document.title_or_label, [hyrax, :dashboard, document], id: "src_copy_link_#{document.id}" %>
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
14
|
+
</div>
|
15
|
+
<% if can? :edit, id %>
|
16
|
+
<button class="btn btn-xs btn-danger remove-subcollection-button"><%= t('hyrax.collections.show.buttons.remove_this_sub_collection') %></button>
|
17
|
+
<% end %>
|
18
|
+
</div>
|
19
|
+
</li>
|
20
|
+
<% end %>
|
21
|
+
</ul>
|
22
|
+
<%= render 'hyrax/collections/paginate', solr_response: @subcollection_solr_response, page_param_name: :sub_collection_page %>
|
23
|
+
<% end %>
|
24
|
+
|
25
|
+
<% if can? :edit, id %>
|
26
|
+
<%= render 'modal_remove_sub_collection' %>
|
21
27
|
<% end %>
|
@@ -21,9 +21,9 @@
|
|
21
21
|
<!-- Parent Collection(s) -->
|
22
22
|
<% if @presenter.collection_type_is_nestable? && @presenter.total_parent_collections > 0 %>
|
23
23
|
<h4><%= t('.parent_collection_header') %> (<%= @presenter.total_parent_collections %>)</h4>
|
24
|
-
<section class="parent-collections-wrapper">
|
25
|
-
|
26
|
-
|
24
|
+
<section id="parent-collections-wrapper" class="parent-collections-wrapper">
|
25
|
+
<%= render 'hyrax/dashboard/collections/show_parent_collections', presenter: @presenter %>
|
26
|
+
</section>
|
27
27
|
<% end %>
|
28
28
|
|
29
29
|
<!-- Collection Description(s) -->
|
@@ -62,14 +62,14 @@
|
|
62
62
|
|
63
63
|
<!-- Subcollections -->
|
64
64
|
<% if @presenter.collection_type_is_nestable? %>
|
65
|
-
<section class="sub-collections-wrapper">
|
65
|
+
<section id="sub-collections-wrapper" class="sub-collections-wrapper">
|
66
66
|
<h4><%= t('.subcollection_count') %> (<%= @subcollection_count %>)</h4>
|
67
67
|
<div class="row">
|
68
|
-
<div class="col-
|
68
|
+
<div class="col-md-7">
|
69
69
|
<%= render 'subcollection_list', id: @presenter.id, collection: @subcollection_docs %>
|
70
70
|
</div>
|
71
71
|
<% unless has_collection_search_parameters? %>
|
72
|
-
<div class="col-
|
72
|
+
<div class="col-md-5">
|
73
73
|
<%= render 'show_subcollection_actions', presenter: @presenter %>
|
74
74
|
</div>
|
75
75
|
<% end %>
|
@@ -57,7 +57,3 @@
|
|
57
57
|
|
58
58
|
<%= f.button '<i class="glyphicon glyphicon-save"></i> Save Profile'.html_safe, type: 'submit', class: "btn btn-primary" %>
|
59
59
|
<% end %>
|
60
|
-
|
61
|
-
<% if Flipflop.proxy_deposit? %>
|
62
|
-
<%= render 'hyrax/dashboard/_index_partials/proxy_rights', user: @user %>
|
63
|
-
<% end %>
|
@@ -1,14 +1,16 @@
|
|
1
|
-
|
2
|
-
<
|
3
|
-
<
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
<
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
1
|
+
<% if trophies.any? %>
|
2
|
+
<div class="form-group">
|
3
|
+
<span>
|
4
|
+
<i class="glyphicon glyphicon-star trophy-on"></i> Remove Highlight Designation
|
5
|
+
<a href="#" id="remove_trophy_help" data-toggle="popover" data-content="If you would like to remove a highlight designation, check the box and save your profile." data-original-title="Remove Highlight Designation"><i class="glyphicon glyphicon-question-sign"></i></a>
|
6
|
+
</span>
|
7
|
+
<% trophies.each do |t| %>
|
8
|
+
<div class="checkbox">
|
9
|
+
<label>
|
10
|
+
<%= check_box_tag "remove_trophy_#{t.id}" %>
|
11
|
+
<%= link_to t, [main_app, t] %>
|
12
|
+
</label>
|
13
|
+
</div>
|
14
|
+
<% end %>
|
15
|
+
</div>
|
16
|
+
<% end %>
|
@@ -17,6 +17,12 @@
|
|
17
17
|
<div class="list-group-item">
|
18
18
|
<%= render 'hyrax/users/user_info', user: @user %>
|
19
19
|
</div>
|
20
|
+
|
21
|
+
<% if @presenter.trophies.any? %>
|
22
|
+
<div class="list-group-item">
|
23
|
+
<%= render 'hyrax/users/contributions', presenter: @presenter %>
|
24
|
+
</div>
|
25
|
+
<% end %>
|
20
26
|
</div>
|
21
27
|
</div>
|
22
28
|
</div>
|
@@ -1,3 +1,7 @@
|
|
1
|
+
<% provide :page_header do %>
|
2
|
+
<h1><%= t("hyrax.dashboard.title") %></h1>
|
3
|
+
<% end %>
|
4
|
+
|
1
5
|
<div class="row">
|
2
6
|
<div class="col-md-3">
|
3
7
|
<div class="panel panel-default">
|
@@ -47,7 +51,11 @@
|
|
47
51
|
<div><%= t('.user_activity.subtitle') %></div>
|
48
52
|
</div>
|
49
53
|
<div class="panel-body text-center">
|
50
|
-
<div id="user-activity" style="height: 200px"
|
54
|
+
<div id="user-activity" style="height: 200px"><script>
|
55
|
+
//<![CDATA[
|
56
|
+
Hyrax.statistics.userActivity = <%== @presenter.user_activity.to_json %>
|
57
|
+
//]]>
|
58
|
+
</script></div>
|
51
59
|
</div>
|
52
60
|
</div>
|
53
61
|
</div>
|
@@ -59,7 +67,11 @@
|
|
59
67
|
<div><%= t('.repository_growth.subtitle') %></div>
|
60
68
|
</div>
|
61
69
|
<div class="panel-body text-center">
|
62
|
-
<div id="dashboard-growth" style="height: 200px"
|
70
|
+
<div id="dashboard-growth" style="height: 200px"><script>
|
71
|
+
//<![CDATA[
|
72
|
+
Hyrax.statistics.repositoryGrowth = <%== @presenter.repository_growth.to_json %>
|
73
|
+
//]]>
|
74
|
+
</script></div>
|
63
75
|
</div>
|
64
76
|
</div>
|
65
77
|
</div>
|
@@ -71,7 +83,11 @@
|
|
71
83
|
<div><%= t('.repository_objects.subtitle') %></div>
|
72
84
|
</div>
|
73
85
|
<div class="panel-body text-center">
|
74
|
-
<div id="dashboard-repository-objects" style="height: 200px"
|
86
|
+
<div id="dashboard-repository-objects" style="height: 200px"><script>
|
87
|
+
//<![CDATA[
|
88
|
+
Hyrax.statistics.repositoryObjects = <%== @presenter.repository_objects.to_json %>
|
89
|
+
//]]>
|
90
|
+
</script></div>
|
75
91
|
</div>
|
76
92
|
</div>
|
77
93
|
</div>
|
@@ -17,6 +17,12 @@
|
|
17
17
|
<%= menu.nav_link(hyrax.transfers_path) do %>
|
18
18
|
<span class="fa fa-arrows-h"></span> <span class="sidebar-action-text"><%= t('hyrax.admin.sidebar.transfers') %></span>
|
19
19
|
<% end %>
|
20
|
+
|
21
|
+
<% if Flipflop.proxy_deposit? %>
|
22
|
+
<%= menu.nav_link(hyrax.depositors_path) do %>
|
23
|
+
<span class="fa fa-users"></span> <span class="sidebar-action-text"><%= t('hyrax.dashboard.manage_proxies') %></span>
|
24
|
+
<% end %>
|
25
|
+
<% end %>
|
20
26
|
<% end %>
|
21
27
|
</li>
|
22
28
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
<tr id="document_<%= document.id %>">
|
2
2
|
<td>
|
3
|
-
<label for="batch_document_<%= document.id %>" class="sr-only"><%=t("hyrax.dashboard.my.sr.batch_checkbox")%></label>
|
3
|
+
<label for="batch_document_<%= document.id %>" class="sr-only"><%= t("hyrax.dashboard.my.sr.batch_checkbox") %></label>
|
4
4
|
<%= render 'hyrax/batch_select/add_button', document: document %>
|
5
5
|
</td>
|
6
6
|
<td>
|
@@ -0,0 +1,13 @@
|
|
1
|
+
<% provide :page_header do %>
|
2
|
+
<h1><span class="fa fa-users"></span> <%= t("hyrax.dashboard.manage_proxies") %></h1>
|
3
|
+
<% end %>
|
4
|
+
|
5
|
+
<div class="row">
|
6
|
+
<div class="col-md-12">
|
7
|
+
<div class="panel panel-default">
|
8
|
+
<div class="panel-body">
|
9
|
+
<%= render 'hyrax/dashboard/_index_partials/proxy_rights', user: @user %>
|
10
|
+
</div>
|
11
|
+
</div>
|
12
|
+
</div>
|
13
|
+
</div>
|
@@ -31,7 +31,7 @@
|
|
31
31
|
<tr>
|
32
32
|
<td><%= render 'hyrax/batch_select/add_button', document: curation_concern %></td>
|
33
33
|
<td class="human-readable-type"><%= curation_concern.human_readable_type %></td>
|
34
|
-
<td class="title"><%= link_to curation_concern, edit_embargo_path(curation_concern)
|
34
|
+
<td class="title"><%= link_to curation_concern, edit_embargo_path(curation_concern) %></td>
|
35
35
|
<td class="current-visibility"><%= visibility_badge(curation_concern.visibility) %></td>
|
36
36
|
<td class="embargo-release-date"><%= curation_concern.embargo_release_date %></td>
|
37
37
|
<td class="visibility-after-embargo"><%= visibility_badge(curation_concern.visibility_after_embargo) %></td>
|