mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-21 18:46:10 +10:00
20 lines
601 B
Plaintext
20 lines
601 B
Plaintext
%ul.nav.nav-pills.nav-stacked.nav-stacked-menu
|
|
= nav_link(path: 'groups#edit') do
|
|
= link_to edit_group_path(@group) do
|
|
%i.fa.fa-pencil-square-o
|
|
Group
|
|
= nav_link(path: 'groups#projects') do
|
|
= link_to projects_group_path(@group) do
|
|
%i.fa.fa-folder
|
|
Projects
|
|
- if ldap_enabled?
|
|
= nav_link(controller: :ldap_group_links) do
|
|
= link_to group_ldap_group_links_path(@group) do
|
|
%i.fa.fa-exchange
|
|
LDAP Groups
|
|
= nav_link(controller: :audit_events) do
|
|
= link_to group_audit_events_path(@group) do
|
|
%i.fa.fa-file-text-o
|
|
Audit Events
|
|
|