summaryrefslogtreecommitdiff
path: root/app/views/shared/projects/blob/_branch_page_create.html.haml
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