diff --git a/app/views/catalog/_search_form.html.erb b/app/views/catalog/_search_form.html.erb index 9733bd7a91..730a5d13e0 100644 --- a/app/views/catalog/_search_form.html.erb +++ b/app/views/catalog/_search_form.html.erb @@ -8,7 +8,7 @@
- <%= text_field_tag :q, current_search_parameters , class: "q form-control", id: "search-field-header", placeholder: t("hyrax.search.form.q.placeholder") %> + <%= text_field_tag :q, current_search_parameters , 'aria-label': 'Search', class: "q form-control", id: "search-field-header", placeholder: t("hyrax.search.form.q.placeholder") %>
@@ -47,7 +47,7 @@
  • diff --git a/app/views/hyrax/base/_show_actions.html.erb b/app/views/hyrax/base/_show_actions.html.erb index 134d316dc4..64f70cf2b1 100644 --- a/app/views/hyrax/base/_show_actions.html.erb +++ b/app/views/hyrax/base/_show_actions.html.erb @@ -2,7 +2,7 @@
    <% if !workflow_restriction?(presenter) %> <% if presenter.show_deposit_for?(collections: @user_collections) %> - + <%= button_tag t('hyrax.dashboard.my.action.add_to_collection'), class: 'btn btn-secondary submits-batches submits-batches-add', data: { toggle: "modal", target: "#collection-list-container" } %> diff --git a/app/views/hyrax/my/_search_form.html.erb b/app/views/hyrax/my/_search_form.html.erb index 48e743b53f..e8fa7c466a 100644 --- a/app/views/hyrax/my/_search_form.html.erb +++ b/app/views/hyrax/my/_search_form.html.erb @@ -7,7 +7,7 @@
    - <%= text_field_tag :q, current_search_parameters , class: "q form-control", id: "search-field-header", placeholder: t("hyrax.search.form.q.placeholder") %> + <%= text_field_tag :q, current_search_parameters , 'aria-label': 'Search', class: "q form-control", id: "search-field-header", placeholder: t("hyrax.search.form.q.placeholder") %>