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: 53ee363de53ccc09fe06f23d40ca636e85925936 (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 gl-button btn-lg' do
          = custom_icon('mattermost_logo', size: 15)
          = s_("MattermostService|Add to Mattermost")