BigW Consortium Gitlab

_new_branch.html.haml 769 Bytes
Newer Older
1
- if can?(current_user, :push_code, @project)
2
  .pull-right
3
    #new-branch.new-branch{'data-path' => can_create_branch_namespace_project_issue_path(@project.namespace, @project, @issue)}
4 5 6
      = link_to '#', class: 'checking btn btn-grouped', disabled: 'disabled' do
        = icon('spinner spin')
        Checking branches
7
      = link_to namespace_project_branches_path(@project.namespace, @project, branch_name: @issue.to_branch_name, issue_iid: @issue.iid),
8 9 10 11 12
        method: :post, class: 'btn btn-new btn-inverted btn-grouped has-tooltip available hide', title: @issue.to_branch_name do
        New branch
      = link_to '#', class: 'unavailable btn btn-grouped hide', disabled: 'disabled' do
        = icon('exclamation-triangle')
        New branch unavailable