Commit 4b72520a authored by Bryce Johnson's avatar Bryce Johnson

Include info callout when issues are present.

parent f8776e0a
......@@ -4,4 +4,4 @@
= render 'shared/empty_states/icons/service_desk_empty_state.svg'
.col-xs-12.text-center
.text-content
= render 'service_desk_empty_state_content'
= render 'service_desk_info_content'
.user-callout
= render 'service_desk_empty_state_content'
// include the button?
......@@ -30,6 +30,8 @@
- if @can_bulk_update
= render 'shared/issuable/bulk_update_sidebar', type: :issues
- if @issues.present?
= render 'service_desk_empty_state_content'
.issues-holder
= render 'projects/issues/issues', empty_state_path: 'service_desk_empty_state'
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment