s_('ConfluenceService|Link to a Confluence Workspace from the sidebar.')
end
defhelp
returnunlessproject&.wiki_enabled?
ifactivated?
wiki_url=project.wiki.web_url
s_(
'ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration.'%
{wiki_link:link_to(wiki_url,wiki_url)}
).html_safe
else
s_('ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the "Wiki" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL.').html_safe