Skip to content

Commit

Permalink
Make start over visible in all screen sizes #3036
Browse files Browse the repository at this point in the history
Co-authored-by: Jane Sandberg <sandbergja@users.noreply.github.com>
  • Loading branch information
christinach and sandbergja committed Dec 1, 2023
1 parent f67f5ee commit b2e6c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/blacklight_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def render_icon(var)
# @param path [String] the URL path for the link
# @return [String] the markup for the link
def render_start_over_link(path)
child = "<span class=\"icon-refresh\" aria-hidden=\"true\"></span> <span class=\"d-none d-lg-inline\">#{t('blacklight.search.start_over')}</span>"
child = "<span class=\"icon-refresh\" aria-hidden=\"true\"></span> <span>#{t('blacklight.search.start_over')}</span>"
link_to(child.html_safe, path, class: 'catalog_startOverLink btn btn-primary', id: 'startOverLink')
end

Expand Down

0 comments on commit b2e6c90

Please sign in to comment.