summaryrefslogtreecommitdiff
path: root/app/views/projects/issues/_new_branch.html.haml
blob: 469429ccf3c41e67a0d79bb16532768dece8257c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- if can?(current_user, :push_code, @project)
  .pull-right
    #new-branch{'data-path' => can_create_branch_namespace_project_issue_path(@project.namespace, @project, @issue)}
      = link_to namespace_project_branches_path(@project.namespace, @project, branch_name: @issue.to_branch_name, issue_iid: @issue.iid), method: :post, class: 'btn has-tooltip', title: @issue.to_branch_name, disabled: 'disabled' do
        .checking
          %i.fa.fa-spinner.fa-spin
          Checking branches
        .available(style="display: none")
          %i.fa.fa-code-fork
          New branch
        .unavailable(style="display: none")
          %i.fa.fa-exclamation-triangle
          New branch unavailable