app/presenters/hyrax/dashboard/user_presenter.rb in hyrax-2.2.4 vs app/presenters/hyrax/dashboard/user_presenter.rb in hyrax-2.3.0
- old
+ new
@@ -40,10 +40,10 @@
return unless notifications.count > Hyrax.config.max_notifications_for_dashboard
link_to t('hyrax.dashboard.additional_notifications'), hyrax.notifications_path
end
def link_to_manage_proxies
- link_to t('hyrax.dashboard.manage_proxies'), hyrax.depositors_path
+ link_to t('hyrax.dashboard.manage_proxies'), hyrax.depositors_path, aria: { label: t('hyrax.dashboard.manage_proxies') }
end
private
attr_reader :current_user, :view_context, :since