Skip to content
Snippets Groups Projects
Verified Commit ba21b8f2 authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett
Browse files

Moved todos icons to new folder

parent b1b5060d
No related branches found
No related tags found
1 merge request!7370Move todos empty state icons
Pipeline #
Loading
Loading
@@ -81,7 +81,7 @@
= paginate @todos, theme: "gitlab"
- elsif current_user.todos.any?
.todos-all-done
= render "shared/empty_states/todos_all_done.svg"
= render "shared/empty_states/icons/todos_all_done.svg"
- if todos_filter_empty?
%h4.text-center
= Gitlab.config.gitlab.no_todos_messages.sample
Loading
Loading
@@ -98,7 +98,7 @@
- else
.todos-empty
.todos-empty-hero
= render "shared/empty_states/todos_empty.svg"
= render "shared/empty_states/icons/todos_empty.svg"
.todos-empty-content
%h4
Todos let you see what you should do next.
Loading
Loading
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