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

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