_fork.html.haml 738 字节
Newer Older
D
Douwe Maan 已提交
1 2 3
- unless @project.empty_repo?
  - if current_user && can?(current_user, :fork_project, @project)
    - if current_user.already_forked?(@project) && current_user.manageable_namespaces.size < 2
4
      = link_to namespace_project_path(current_user, current_user.fork_of(@project)), title: 'Go to your fork', class: 'btn has-tooltip' do
5
        = custom_icon('icon_fork')
D
Douwe Maan 已提交
6 7
        Fork
    - else
8
      = link_to new_namespace_project_fork_path(@project.namespace, @project), title: "Fork project", class: 'btn has-tooltip' do
9
        = custom_icon('icon_fork')
J
Jacob Schatz 已提交
10
        Fork
11 12 13 14
    %div.count-with-arrow
      %span.arrow
      = link_to namespace_project_forks_path(@project.namespace, @project), class: "count" do
        = @project.forks_count