mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-15 07:36:41 +10:00
6 lines
370 B
Plaintext
6 lines
370 B
Plaintext
- 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 has-tooltip', title: @issue.to_branch_name do
|
|
= icon('code-fork')
|
|
New Branch
|