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
44b4a050
Commit
44b4a050
authored
Aug 31, 2017
by
Bryce Johnson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix info content states and buttons.
parent
3fd60d60
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
12 deletions
+16
-12
ee/app/assets/stylesheets/pages/service_desk.scss
ee/app/assets/stylesheets/pages/service_desk.scss
+1
-0
ee/app/views/projects/issues/_service_desk_info_content.html.haml
...iews/projects/issues/_service_desk_info_content.html.haml
+15
-12
No files found.
ee/app/assets/stylesheets/pages/service_desk.scss
View file @
44b4a050
...
...
@@ -10,6 +10,7 @@
.non-empty-state
{
text-align
:
left
;
margin-bottom
:
20px
;
.service-desk-graphic
{
margin-top
:
20px
;
...
...
ee/app/views/projects/issues/_service_desk_info_content.html.haml
View file @
44b4a050
...
...
@@ -5,17 +5,20 @@
-
svg_path
=
!
is_empty_state
?
'shared/empty_states/icons/service_desk_callout.svg'
:
'shared/empty_states/icons/service_desk_empty_state.svg'
%div
{
class:
"#{callout_selector}"
}
.service-desk-graphic
=
render
svg_path
.service-desk-graphic
=
render
svg_path
.media-body
%h4
Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab.
.media-body
%h5
Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab.
-
if
service_desk_enabled
%p
Have your users email
%code
=
@project
.
service_desk_address
Those emails automatically become issues (with the comments becoming the email conversation) listed here.
=
link_to
'Read more'
,
help_page_path
(
'user/project/service_desk'
)
%div
.configure-btn-container
=
link_to
"Configure Service Desk"
,
edit_project_path
(
@project
),
class:
'btn'
-
if
service_desk_enabled
%p
Have your users email
%code
=
@project
.
service_desk_address
%span
Those emails automatically become issues (with the comments becoming the email conversation) listed here.
=
link_to
'Read more'
,
help_page_path
(
'user/project/service_desk'
)
-
if
!
service_desk_enabled
%div
.configure-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