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

_project_fields_form.html.haml « project_templates « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 201e2d5b5fb02a4da5ae6a5bb8eee995dc997bef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.row
  .form-group.col-sm-12
    %label.label-bold
      = _('Template')
    .input-group.template-input-group
      .input-group-prepend
        .input-group-text
          .selected-icon.gl-mr-3
          .selected-template
      .input-group-append
        %button.btn.btn-default.change-template{ type: "button" }
          = _('Change template')