Commit 6a77d412 authored by winh's avatar winh

Add subnav to projet audit events

parent d42d0e8a
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
Members Members
- if project_nav_tab? :settings - if project_nav_tab? :settings
= nav_link(path: %w[projects#edit members#show integrations#show services#edit repository#show ci_cd#show pages#show]) do = nav_link(path: %w[projects#edit members#show integrations#show services#edit repository#show ci_cd#show pages#show audit_events#index]) do
= link_to edit_project_path(@project), title: 'Settings', class: 'shortcuts-tree' do = link_to edit_project_path(@project), title: 'Settings', class: 'shortcuts-tree' do
%span %span
Settings Settings
......
- page_title "Audit Events" - page_title "Audit Events"
= render "projects/settings/head"
%h3.page-title Project Audit Events %h3.page-title Project Audit Events
%p.light Events in #{@project.path_with_namespace} %p.light Events in #{@project.path_with_namespace}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment