Skip to content

Commit

Permalink
Target top on sort links
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverguenther committed Oct 17, 2024
1 parent fefe59b commit a4229e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/application_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ def translate_language(lang_code)
end

def link_to_content_update(text, url_params = {}, html_options = {})
link_to(text, url_params, html_options)
link_to(text, url_params, html_options.reverse_merge(target: "_top"))
end

def password_complexity_requirements
Expand Down

0 comments on commit a4229e8

Please sign in to comment.