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
e9be9d5d
Commit
e9be9d5d
authored
Sep 01, 2017
by
Bryce Johnson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Dont wrap the entire feature in an ef statement -
😢
parent
d9d138da
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
ee/app/views/projects/issues/service_desk.html.haml
ee/app/views/projects/issues/service_desk.html.haml
+11
-11
No files found.
ee/app/views/projects/issues/service_desk.html.haml
View file @
e9be9d5d
...
...
@@ -14,17 +14,17 @@
-
content_for
:breadcrumbs_extra
do
=
render
"projects/issues/nav_btns"
,
show_export_button:
false
,
show_rss_button:
false
-
support_bot_attrs
=
User
.
support_bot
.
to_json
(
only:
[
:id
,
:name
,
:username
,
:avatar_url
])
-
support_bot_attrs
=
User
.
support_bot
.
to_json
(
only:
[
:id
,
:name
,
:username
,
:avatar_url
])
%div
{
class:
"#{container_class} service-desk-issues"
,
data:
{
support_bot:
support_bot_attrs
}}
.top-area
=
render
'shared/issuable/nav'
,
type: :issues
.nav-controls
{
class:
(
"visible-xs"
if
show_new_nav?
)
}
=
render
"projects/issues/nav_btns"
,
show_export_button:
false
,
show_rss_button:
false
=
render
'shared/issuable/search_bar'
,
type: :issues
%div
{
class:
"#{container_class} service-desk-issues"
,
data:
{
support_bot:
support_bot_attrs
}}
.top-area
=
render
'shared/issuable/nav'
,
type: :issues
.nav-controls
{
class:
(
"visible-xs"
if
show_new_nav?
)
}
=
render
"projects/issues/nav_btns"
,
show_export_button:
false
,
show_rss_button:
false
=
render
'shared/issuable/search_bar'
,
type: :issues
-
if
@issues
.
present?
=
render
'service_desk_info_content'
-
if
@issues
.
present?
=
render
'service_desk_info_content'
.issues-holder
=
render
'projects/issues/issues'
,
empty_state_path:
'service_desk_info_content'
.issues-holder
=
render
'projects/issues/issues'
,
empty_state_path:
'service_desk_info_content'
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