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
920a0b82
Commit
920a0b82
authored
Aug 31, 2017
by
Bryce Johnson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add top spacing to turn-on button.
parent
97f9b369
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
ee/app/assets/stylesheets/pages/service_desk.scss
ee/app/assets/stylesheets/pages/service_desk.scss
+4
-0
ee/app/views/projects/issues/_service_desk_info_content.html.haml
...iews/projects/issues/_service_desk_info_content.html.haml
+1
-1
No files found.
ee/app/assets/stylesheets/pages/service_desk.scss
View file @
920a0b82
...
...
@@ -17,4 +17,8 @@
margin-left
:
20px
;
}
}
.turn-on-btn-container
{
margin-top
:
10px
;
}
}
ee/app/views/projects/issues/_service_desk_info_content.html.haml
View file @
920a0b82
...
...
@@ -20,5 +20,5 @@
=
link_to
'Read more'
,
help_page_path
(
'user/project/service_desk'
)
-
if
!
service_desk_enabled
%div
.
configure
-btn-container
%div
.
turn-on
-btn-container
=
link_to
"Turn on Service Desk"
,
edit_project_path
(
@project
),
class:
'btn btn-new btn-inverted'
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