Commit 74ed5688 authored by Jarka Kadlecova's avatar Jarka Kadlecova Committed by Clement Ho

Use state all as default

parent 0e913fbc
...@@ -159,7 +159,7 @@ module IssuablesHelper ...@@ -159,7 +159,7 @@ module IssuablesHelper
label_names.join(', ') label_names.join(', ')
end end
def issuables_state_counter_text(issuable_type, state) def issuables_state_counter_text(issuable_type, state = :all)
titles = { titles = {
opened: "Open" opened: "Open"
} }
......
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