Commit 8c6c1a3f authored by Sean McGivern's avatar Sean McGivern

Merge branch 'ce-billings-gold-trial-callout' into 'master'

CE BE Prep backend for /billings gold trial callouts

See merge request gitlab-org/gitlab-ce!25482
parents dd1d6785 af7eb13c
...@@ -17,6 +17,9 @@ module UserCalloutsHelper ...@@ -17,6 +17,9 @@ module UserCalloutsHelper
render 'shared/flash_user_callout', flash_type: flash_type, message: message, feature_name: feature_name render 'shared/flash_user_callout', flash_type: flash_type, message: message, feature_name: feature_name
end end
def render_dashboard_gold_trial(user)
end
private private
def user_dismissed?(feature_name) def user_dismissed?(feature_name)
......
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