Moved todos icons to new folder

This commit is contained in:
Luke "Jared" Bennett 2016-11-09 11:51:46 +00:00
parent b1b5060dba
commit ba21b8f2c9
No known key found for this signature in database
GPG Key ID: 402ED51FB5D306C2
3 changed files with 2 additions and 2 deletions

View File

@ -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
@ -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.

View File

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB