Commit af7eb13c authored by Luke Bennett's avatar Luke Bennett

Prep backend for /billings gold trial callouts

Ports GoldTrialUserCallouts to CE.
parent bc4ee49e
...@@ -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