Added new nav entry for jobs#index
This commit is contained in:
@@ -30,6 +30,10 @@ module ApplicationHelper
|
||||
controller_name=="profiles"
|
||||
end
|
||||
|
||||
def root_tab?
|
||||
controller_name=="jobs"
|
||||
end
|
||||
|
||||
def is_admin_or_operator?
|
||||
current_user.admin? || current_user.operator?
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user