Commit f70c0009 authored by James Lopez's avatar James Lopez

fix indentation

parent fa188469
......@@ -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
......
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