fix indentation

This commit is contained in:
James Lopez 2016-05-20 11:56:02 +02:00
parent fa1884698d
commit f70c000924
1 changed files with 6 additions and 6 deletions

View File

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