Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
7c036a1d
Commit
7c036a1d
authored
Aug 31, 2017
by
Bryce Johnson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Show service desk nav when not activated, but enabled.
parent
44b4a050
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
app/views/layouts/nav/sidebar/_project.html.haml
app/views/layouts/nav/sidebar/_project.html.haml
+1
-1
ee/app/assets/stylesheets/pages/service_desk.scss
ee/app/assets/stylesheets/pages/service_desk.scss
+1
-5
No files found.
app/views/layouts/nav/sidebar/_project.html.haml
View file @
7c036a1d
...
...
@@ -138,7 +138,7 @@
%span
Milestones
-
if
@project
.
service_desk_enabled?
-
if
EE
::
Gitlab
::
ServiceDesk
.
enabled?
(
project:
@project
)
=
nav_link
(
controller:
[
:issues
,
:service_desk
])
do
=
link_to
service_desk_project_issues_url
(
@project
),
title:
'Service Desk'
do
%span
Service Desk
...
...
ee/app/assets/stylesheets/pages/service_desk.scss
View file @
7c036a1d
.service-desk-issues
{
.empty-state
{
max-width
:
5
50px
;
max-width
:
4
50px
;
text-align
:
center
;
.service-desk-graphic
{
}
}
.non-empty-state
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment