relocate some functions
This commit is contained in:
parent
c6203a4ed4
commit
85fa39870d
1 changed files with 0 additions and 8 deletions
|
|
@ -15,14 +15,6 @@ module PathsHelper
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
def sign_in_path
|
|
||||||
if ENV['OSEM_ICHAIN_ENABLED'] == 'true'
|
|
||||||
new_user_ichain_session_path
|
|
||||||
else
|
|
||||||
new_user_session_path
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
def active_nav_li(link)
|
def active_nav_li(link)
|
||||||
if current_page?(link)
|
if current_page?(link)
|
||||||
return 'active'
|
return 'active'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue