diff --git a/app/views/dashboard/todos/_todo.html.haml b/app/views/dashboard/todos/_todo.html.haml index db567d6df3b2a6b644ac51a54c7b22c62c986483..98f302d2f937dc769547f9cf9848d0091f41eddb 100644 --- a/app/views/dashboard/todos/_todo.html.haml +++ b/app/views/dashboard/todos/_todo.html.haml @@ -3,8 +3,7 @@ = image_tag avatar_icon(todo.author_email, 40), class: 'avatar s40', alt:'' .todo-title.title - unless todo.build_failed? - - if show_todo_state?(todo) - = todo_target_state_pill(todo) + = todo_target_state_pill(todo) %span.author-name - if todo.author