Commit 53bfac26 authored by Ruben Davila's avatar Ruben Davila

Update URL to purchase a license for EE [ci skip]

parent faabe29a
......@@ -22,7 +22,7 @@ module LicenseHelper
message =
if current_user.admin?
buy_now_link = link_to('Buy now!', '#')
buy_now_link = link_to('Buy now!', 'https://customers.gitlab.com/plans', target: '_blank')
if status == :active
remaining_days = (current_license.expires_at - Date.today).to_i
......
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