Welcome to mirror list, hosted at ThFree Co, Russian Federation.

show.html.haml « shimos « integrations « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e6cd8c15809ada69e6ebd7760f344ce5c9f48320 (plain)
1
2
3
4
5
6
7
8
9
10
- breadcrumb_title s_('Shimo|Shimo Workspace')
- page_title s_('Shimo|Shimo Workspace')
- add_page_specific_style 'page_bundles/wiki'
= render layout: 'shared/empty_states/wikis_layout', locals: { image_path: 'illustrations/wiki_login_empty.svg' } do
  %h4
    = s_('Shimo|Shimo Workspace integration is enabled')
  %p
    = s_("Shimo|You've enabled the Shimo Workspace integration. You can view your wiki directly in Shimo.")
  = link_button_to @project.shimo_integration.external_wiki_url, target: '_blank', rel: 'noopener noreferrer', title: s_('Shimo|Go to Shimo Workspace'), variant: :confirm do
    = s_('Shimo|Go to Shimo Workspace')