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

_top.html.haml « gitlab_slack_application « integrations « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 56200deac6d17e9033ede4e69b8a2f2f828e3263 (plain)
1
2
3
4
5
- if session.delete(:slack_install_success)
  = render Pajamas::AlertComponent.new(title: s_('SlackIntegration|GitLab for Slack was successfully installed.'),
    variant: :success) do |c|
    - c.with_body do
      = s_('SlackIntegration|You can now close this window and go to your Slack workspace.')