Commit 7586807f authored by Alfredo Sumaran's avatar Alfredo Sumaran Committed by Jacob Schatz

Fix syntax

parent 76697c9b
...@@ -41,9 +41,9 @@ module TodosHelper ...@@ -41,9 +41,9 @@ module TodosHelper
klass = 'status-box ' klass = 'status-box '
klass << "status-box-#{todo.target.state.dasherize}" klass << "status-box-#{todo.target.state.dasherize}"
content_tag(:span, nil, class: klass) { content_tag(:span, nil, class: klass) do
todo.target.state.capitalize todo.target.state.capitalize
} end
end end
def todos_filter_params def todos_filter_params
......
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