summaryrefslogtreecommitdiff
path: root/app/views/projects/issues/_new_branch.html.haml
blob: e66e4669d487648495af378459f97c1c37e5615e (plain)
1
2
3
4
5
- if current_user && can?(current_user, :push_code, @project) && @issue.can_be_worked_on?(current_user)
  .pull-right
    = link_to namespace_project_branches_path(@project.namespace, @project, branch_name: @issue.to_branch_name, issue_iid: @issue.iid), method: :post, class: 'btn', title: @issue.to_branch_name do
      = icon('code-fork')
      New Branch