2013-12-31 09:34:14 -05:00
|
|
|
.alert.alert-danger.alert-block
|
2013-06-10 14:40:23 -04:00
|
|
|
%h4
|
|
|
|
%i.icon-code-fork
|
|
|
|
Fork Error!
|
|
|
|
%p
|
2013-11-21 14:53:48 -05:00
|
|
|
You tried to fork
|
2013-06-10 14:40:23 -04:00
|
|
|
= link_to_project @project
|
2013-11-21 14:53:48 -05:00
|
|
|
but it failed for the following reason:
|
2013-06-10 14:40:23 -04: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
|