diff --git a/admin/app/views/admin/ad_campaigns/_customer_ltv.html.erb b/admin/app/views/admin/ad_campaigns/_customer_ltv.html.erb index 9a7dea4be..16abaf6cc 100644 --- a/admin/app/views/admin/ad_campaigns/_customer_ltv.html.erb +++ b/admin/app/views/admin/ad_campaigns/_customer_ltv.html.erb @@ -1,4 +1,4 @@ <%= label_tag :customer_ltv, 'Customer LTV : $' %> -<%= best_in_place GenericState.singleton, :customer_ltv, :as => :input, url: "/admin/generic_states/#{GenericState.singleton.id}", place_holder: "---", :ok_button => 'Save', :cancel_button => 'Cancel', classes: 'ac_bip' %> +<%= best_in_place GenericState.singleton, :customer_ltv, :as => :input, url: "#{ENV['RAILS_RELATIVE_URL_ROOT']}/admin/generic_states/#{GenericState.singleton.id}", place_holder: "---", :ok_button => 'Save', :cancel_button => 'Cancel', classes: 'ac_bip' %> +

-
\ No newline at end of file