gitlab-org--gitlab-foss/app/views/layouts/nav/_admin.html.haml

65 lines
2.0 KiB
Plaintext
Raw Normal View History

%ul.nav.nav-sidebar
2013-04-01 19:30:48 +00:00
= nav_link(controller: :dashboard, html_options: {class: 'home'}) do
= link_to admin_root_path, title: "Stats" do
= icon('dashboard fw')
%span
Overview
2013-04-01 19:30:48 +00:00
= nav_link(controller: :projects) do
= link_to admin_namespaces_projects_path, title: 'Projects' do
= icon('cube fw')
%span
Projects
2013-04-01 19:30:48 +00:00
= nav_link(controller: :users) do
2015-01-24 14:40:25 +00:00
= link_to admin_users_path, title: 'Users' do
= icon('user fw')
%span
Users
= nav_link(controller: :groups) do
2015-01-24 14:40:25 +00:00
= link_to admin_groups_path, title: 'Groups' do
= icon('group fw')
%span
Groups
= nav_link(controller: :deploy_keys) do
= link_to admin_deploy_keys_path, title: 'Deploy Keys' do
= icon('key fw')
%span
Deploy Keys
2013-04-01 19:30:48 +00:00
= nav_link(controller: :logs) do
2015-01-24 14:40:25 +00:00
= link_to admin_logs_path, title: 'Logs' do
= icon('file-text fw')
%span
Logs
= nav_link(controller: :broadcast_messages) do
2015-01-24 14:40:25 +00:00
= link_to admin_broadcast_messages_path, title: 'Broadcast Messages' do
= icon('bullhorn fw')
%span
Messages
2013-04-01 19:30:48 +00:00
= nav_link(controller: :hooks) do
2015-01-24 14:40:25 +00:00
= link_to admin_hooks_path, title: 'Hooks' do
= icon('external-link fw')
%span
Hooks
= nav_link(controller: :background_jobs) do
2015-01-24 14:40:25 +00:00
= link_to admin_background_jobs_path, title: 'Background Jobs' do
= icon('cog fw')
%span
Background Jobs
2013-04-01 19:30:48 +00:00
2015-01-17 23:37:27 +00:00
= nav_link(controller: :applications) do
2015-01-24 14:40:25 +00:00
= link_to admin_applications_path, title: 'Applications' do
= icon('cloud fw')
2015-01-17 23:37:27 +00:00
%span
2015-01-18 00:17:34 +00:00
Applications
= nav_link(controller: :services) do
= link_to admin_application_settings_services_path, title: 'Service Templates' do
= icon('copy fw')
%span
Service Templates
= nav_link(controller: :application_settings, html_options: { class: 'separate-item'}) do
= link_to admin_application_settings_path, title: 'Settings' do
= icon('cogs fw')
%span
Settings