Commit 3ea37426 authored by Serena Fang's avatar Serena Fang

Add view to ee

parent 0135802c
......@@ -64,7 +64,7 @@ module EE
def show_minute_limit_banner?(namespace)
return false unless ::Gitlab.com? && ::Feature.enabled?(:show_minute_limit_banner)
namespace.root_ancestor.free_plan? && !minute_limit_banner_dismissed? ? true : false
namespace.root_ancestor.free_plan? && !minute_limit_banner_dismissed?
end
private
......
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