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

_branch_page_create.html.haml « blob « projects « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c279a0d88461e919b33811125a45933f10aad25b (plain)
1
2
3
4
5
6
7
8
.dropdown-page-two.dropdown-new-branch
  = dropdown_title('Create new branch', back: true)
  = dropdown_content do
    %input#new_branch_name.default-dropdown-input.append-bottom-10{ type: "text", placeholder: "Name new branch" }
      %button.btn.btn-primary.pull-left.js-new-branch-btn{ type: "button" }
        Create
      %button.btn.btn-default.pull-right.js-cancel-branch-btn{ type: "button" }
        Cancel