File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 17
17
<% header.with_navigation_item(text: "Suitability records", href: main_app.assessor_interface_suitability_records_path) %>
18
18
<% end %>
19
19
20
- <% if AssessorInterface::StaffPolicy .new(current_staff, Staff ).index? %>
20
+ <% if SupportInterface::CountryPolicy .new(current_staff, Country ).index? %>
21
21
<% header.with_navigation_item(text: "Support console", href: main_app.support_interface_root_path) %>
22
+ <% end %>
23
+
24
+ <% if AssessorInterface::StaffPolicy.new(current_staff, Staff).index? %>
22
25
<% header.with_navigation_item(text: "Manage access", href: main_app.assessor_interface_staff_index_path) %>
23
26
<% end %>
24
27
<% header.with_navigation_item(text: "Sign out", href: main_app.destroy_staff_session_path) %>
You can’t perform that action at this time.
0 commit comments