Commit 9d7b83b4 authored by Filipa Lacerda's avatar Filipa Lacerda

Update issues empty state [ci skip]

parent 926a2606
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
.col-xs-12 .col-xs-12
.svg-content .svg-content
= image_tag 'illustrations/issues.svg' = image_tag 'illustrations/issues.svg'
.col-xs-12.text-center .col-xs-12
.text-content .text-content
- if has_button && current_user - if has_button && current_user
%h4 %h4
...@@ -14,10 +14,11 @@ ...@@ -14,10 +14,11 @@
%p %p
Issues can be bugs, tasks or ideas to be discussed. Issues can be bugs, tasks or ideas to be discussed.
Also, issues are searchable and filterable. Also, issues are searchable and filterable.
- if project_select_button .text-center
= render 'shared/new_project_item_select', path: 'issues/new', label: 'New issue', type: :issues - if project_select_button
- else = render 'shared/new_project_item_select', path: 'issues/new', label: 'New issue', type: :issues
= link_to 'New issue', button_path, class: 'btn btn-new', title: 'New issue', id: 'new_issue_link' - else
= link_to 'New issue', button_path, class: 'btn btn-new', title: 'New issue', id: 'new_issue_link'
- else - else
.text-center .text-center
%h4 There are no issues to show. %h4 There are no issues to show
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