gitlab-org--gitlab-foss/app/views/projects/fork.html.haml

20 lines
450 B
Plaintext
Raw Normal View History

.alert.alert-danger.alert-block
2013-06-10 18:40:23 +00:00
%h4
%i.icon-code-fork
Fork Error!
%p
2013-11-21 19:53:48 +00:00
You tried to fork
2013-06-10 18:40:23 +00:00
= link_to_project @project
2013-11-21 19:53:48 +00:00
but it failed for the following reason:
2013-06-10 18:40:23 +00:00
- if @forked_project && @forked_project.errors.any?
%p
–
= @forked_project.errors.full_messages.first
%p
= link_to fork_project_path(@project), title: "Fork", class: "btn", method: "POST" do
%i.icon-code-fork
Try to Fork again