gitlab-org--gitlab-foss/app/views/projects/issues/_new_branch.html.haml

6 lines
358 B
Text
Raw Normal View History

2016-02-17 01:11:48 -05:00
- if current_user && can?(current_user, :push_code, @project) && @issue.can_be_worked_on?(current_user)
2016-02-12 13:42:25 -05:00
.pull-right
2016-02-22 03:20:04 -05:00
= 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
2016-02-12 13:42:25 -05:00
= icon('code-fork')
New Branch