|
|
|
@ -75,7 +75,7 @@
|
|
|
|
|
<% items = [ |
|
|
|
|
{ name: "Logs", url: case_logs_path, comparable_urls: ["/logs"] }, |
|
|
|
|
{ name: "Users", url: users_organisation_path(current_user.organisation), comparable_urls: ["/users", "/account"] }, |
|
|
|
|
{ name: "About your organisation", url: "/organisations/#{current_user.organisation.id}", comparable_urls: ["/details"] }, |
|
|
|
|
{ name: "About your organisation", url: "/organisations/#{current_user.organisation.id}", comparable_urls: ["/organisations"] }, |
|
|
|
|
] %> |
|
|
|
|
<% end %> |
|
|
|
|
<%= render PrimaryNavigationComponent.new(items:) %> |
|
|
|
|