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

_installation_info.html.haml « mattermost_slash_commands « integrations « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 38adc69dd5e2fb40ac5500deae1acd202fa2df99 (plain)
1
2
3
4
5
6
7
.services-installation-info
  - unless integration.activated?
    .row
      .col-sm-9.offset-sm-3
        = link_to new_project_mattermost_path(@project), class: 'btn gl-button btn-lg' do
          = custom_icon('mattermost_logo', size: 15)
          = s_("MattermostService|Add to Mattermost")