debian-mirror-gitlab/app/views/layouts/nav/_admin.html.haml

83 lines
2.8 KiB
Text
Raw Normal View History

2015-04-26 12:48:37 +05:30
%ul.nav.nav-sidebar
2014-09-02 18:07:02 +05:30
= nav_link(controller: :dashboard, html_options: {class: 'home'}) do
= link_to admin_root_path, title: "Stats" do
2015-09-11 14:41:01 +05:30
= icon('dashboard fw')
2015-04-26 12:48:37 +05:30
%span
Overview
2015-09-25 12:07:36 +05:30
= nav_link(controller: [:admin, :projects]) do
2015-09-11 14:41:01 +05:30
= link_to admin_namespaces_projects_path, title: 'Projects', data: {placement: 'right'} do
= icon('cube fw')
2015-04-26 12:48:37 +05:30
%span
Projects
2014-09-02 18:07:02 +05:30
= nav_link(controller: :users) do
2015-09-11 14:41:01 +05:30
= link_to admin_users_path, title: 'Users', data: {placement: 'right'} do
= icon('user fw')
2015-04-26 12:48:37 +05:30
%span
Users
2014-09-02 18:07:02 +05:30
= nav_link(controller: :groups) do
2015-09-11 14:41:01 +05:30
= link_to admin_groups_path, title: 'Groups', data: {placement: 'right'} do
= icon('group fw')
2015-04-26 12:48:37 +05:30
%span
Groups
= nav_link(controller: :deploy_keys) do
2015-09-11 14:41:01 +05:30
= link_to admin_deploy_keys_path, title: 'Deploy Keys', data: {placement: 'right'} do
= icon('key fw')
2015-04-26 12:48:37 +05:30
%span
Deploy Keys
2015-09-25 12:07:36 +05:30
= nav_link do
= link_to ci_admin_projects_path, title: 'Continuous Integration', data: {placement: 'right'} do
= icon('building fw')
%span
Continuous Integration
2014-09-02 18:07:02 +05:30
= nav_link(controller: :logs) do
2015-09-11 14:41:01 +05:30
= link_to admin_logs_path, title: 'Logs', data: {placement: 'right'} do
= icon('file-text fw')
2015-04-26 12:48:37 +05:30
%span
Logs
2014-09-02 18:07:02 +05:30
= nav_link(controller: :broadcast_messages) do
2015-09-11 14:41:01 +05:30
= link_to admin_broadcast_messages_path, title: 'Broadcast Messages', data: {placement: 'right'} do
= icon('bullhorn fw')
2015-04-26 12:48:37 +05:30
%span
Messages
2014-09-02 18:07:02 +05:30
= nav_link(controller: :hooks) do
2015-09-11 14:41:01 +05:30
= link_to admin_hooks_path, title: 'Hooks', data: {placement: 'right'} do
= icon('external-link fw')
2015-04-26 12:48:37 +05:30
%span
Hooks
2014-09-02 18:07:02 +05:30
= nav_link(controller: :background_jobs) do
2015-09-11 14:41:01 +05:30
= link_to admin_background_jobs_path, title: 'Background Jobs', data: {placement: 'right'} do
= icon('cog fw')
2015-04-26 12:48:37 +05:30
%span
Background Jobs
= nav_link(controller: :applications) do
2015-09-11 14:41:01 +05:30
= link_to admin_applications_path, title: 'Applications', data: {placement: 'right'} do
= icon('cloud fw')
2015-04-26 12:48:37 +05:30
%span
Applications
= nav_link(controller: :services) do
2015-09-11 14:41:01 +05:30
= link_to admin_application_settings_services_path, title: 'Service Templates', data: {placement: 'right'} do
= icon('copy fw')
2015-04-26 12:48:37 +05:30
%span
Service Templates
2015-09-25 12:07:36 +05:30
= nav_link(controller: :labels) do
= link_to admin_labels_path, title: 'Labels', data: {placement: 'right'} do
= icon('tags fw')
%span
Labels
2015-09-11 14:41:01 +05:30
= nav_link(controller: :abuse_reports) do
= link_to admin_abuse_reports_path, title: "Abuse reports" do
= icon('exclamation-circle fw')
%span
Abuse Reports
%span.count= AbuseReport.count(:all)
2015-04-26 12:48:37 +05:30
= nav_link(controller: :application_settings, html_options: { class: 'separate-item'}) do
2015-09-11 14:41:01 +05:30
= link_to admin_application_settings_path, title: 'Settings', data: {placement: 'right'} do
= icon('cogs fw')
2015-04-26 12:48:37 +05:30
%span
Settings