diff --git a/app/helpers/todos_helper.rb b/app/helpers/todos_helper.rb index 5317b55520b..25b812877e6 100644 --- a/app/helpers/todos_helper.rb +++ b/app/helpers/todos_helper.rb @@ -9,12 +9,12 @@ module TodosHelper def todo_action_name(todo) case todo.action - when Todo::ASSIGNED then - 'assigned you' - when Todo::MENTIONED then - 'mentioned you on' - when Todo::IMPORTED then - 'imported successfully' + when Todo::ASSIGNED then + 'assigned you' + when Todo::MENTIONED then + 'mentioned you on' + when Todo::IMPORTED then + 'imported successfully' end end