7 lines
225 B
Ruby
7 lines
225 B
Ruby
# frozen_string_literal: true
|
|
|
|
module GitpodHelper
|
|
def gitpod_enable_description
|
|
s_('Enable %{linkStart}Gitpod%{linkEnd} integration to launch a development environment in your browser directly from GitLab.')
|
|
end
|
|
end
|