Remove unused show_landing_strip?
helper method (#29618)
This commit is contained in:
parent
ecdbf15ebe
commit
92855948a0
3 changed files with 1 additions and 35 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue