gitlab-org--gitlab-foss/app/helpers/gitpod_helper.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
234 B
Ruby
Raw Normal View History

# 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