0
0
Fork 0

Remove unused show_landing_strip? helper method (#29618)

This commit is contained in:
Matt Jankowski 2024-03-18 04:55:54 -04:00 committed by GitHub
parent ecdbf15ebe
commit 92855948a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1 additions and 35 deletions

View file

@ -32,10 +32,6 @@ module ApplicationHelper
paths.any? { |path| current_page?(path) } ? 'active' : ''
end
def show_landing_strip?
!user_signed_in? && !single_user_mode?
end
def open_registrations?
Setting.registrations_mode == 'open'
end