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

Centered empty state for issues

parent 7d7dfee4
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