mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-07-25 16:00:50 +00:00
8 lines
234 B
Ruby
8 lines
234 B
Ruby
# frozen_string_literal: true
|
|
|
|
module GitpodHelper
|
|
def gitpod_enable_description
|
|
s_('Users can launch a development environment from a GitLab browser tab when the %{linkStart}Gitpod%{linkEnd} integration is enabled.')
|
|
end
|
|
end
|