Commit 1476bb2c authored by Grzegorz Bizon's avatar Grzegorz Bizon

Improve how we calculate detailed status group name

parent b18897ac
...@@ -23,7 +23,7 @@ module Gitlab ...@@ -23,7 +23,7 @@ module Gitlab
end end
def group def group
self.class.name.demodulize.downcase.underscore self.class.name.demodulize.underscore
end end
def has_details? def has_details?
......
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