Commit f70c0009 authored by James Lopez's avatar James Lopez

fix indentation

parent fa188469
...@@ -9,12 +9,12 @@ module TodosHelper ...@@ -9,12 +9,12 @@ module TodosHelper
def todo_action_name(todo) def todo_action_name(todo)
case todo.action case todo.action
when Todo::ASSIGNED then when Todo::ASSIGNED then
'assigned you' 'assigned you'
when Todo::MENTIONED then when Todo::MENTIONED then
'mentioned you on' 'mentioned you on'
when Todo::IMPORTED then when Todo::IMPORTED then
'imported successfully' 'imported successfully'
end end
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment