2020-09-29 11:10:08 -04:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
module GitpodHelper
|
|
|
|
def gitpod_enable_description
|
2021-05-28 02:10:48 -04:00
|
|
|
s_('Users can launch a development environment from a GitLab browser tab when the %{linkStart}Gitpod%{linkEnd} integration is enabled.')
|
2020-09-29 11:10:08 -04:00
|
|
|
end
|
|
|
|
end
|