Browse Source

code to have user link

pull/627/head
JG 3 years ago
parent
commit
00c9757466
  1. 1
      app/helpers/navigation_items_helper.rb

1
app/helpers/navigation_items_helper.rb

@ -20,6 +20,7 @@ module NavigationItemsHelper
def secondary_items(path, current_organisation_id)
[
NavigationItem.new("Logs", "/organisations/#{current_organisation_id}/logs", organisation_logs_current?(path, current_organisation_id)),
NavigationItem.new("Users", "/organisations/#{current_organisation_id}/users", organisation_logs_current?(path, current_organisation_id)),
NavigationItem.new("About this organisation", "/organisations/#{current_organisation_id}", about_organisation_current?(path, current_organisation_id)),
]
end

Loading…
Cancel
Save