19 lines
450 B
Text
19 lines
450 B
Text
.alert.alert-danger.alert-block
|
|
%h4
|
|
%i.icon-code-fork
|
|
Fork Error!
|
|
%p
|
|
You tried to fork
|
|
= link_to_project @project
|
|
but it failed for the following reason:
|
|
|
|
|
|
- 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
|