Remove conditional

This commit is contained in:
Alfredo Sumaran 2016-05-23 19:34:55 -05:00 committed by Jacob Schatz
parent da14205b61
commit 0f63d34447
1 changed files with 1 additions and 2 deletions

View File

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