Skip to content
Snippets Groups Projects
Commit 89e338ec authored by Jose Ivan Vargas Lopez's avatar Jose Ivan Vargas Lopez Committed by Annabel Dunstone Gray
Browse files

Centered empty state for issues

Former-commit-id: b4aba9c5
parent 6f21b182
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -16,6 +16,8 @@
Also, issues are searchable and filterable.
- if project_select_button
= render 'shared/new_project_item_select', path: 'issues/new', label: 'New issue'
= link_to 'New issue', button_path, class: 'btn btn-new', title: 'New issue', id: 'new_issue_link'
- else
%h4 There are no issues to show.
= link_to 'New issue', button_path, class: 'btn btn-new', title: 'New issue', id: 'new_issue_link'
.text-center
%h4 There are no issues to show.
= link_to 'New issue', button_path, class: 'btn btn-new', title: 'New issue', id: 'new_issue_link'
---
title: Centered issues empty state
merge_request:
author:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment