From 160d22f7deba3855dc055eadce79fa05f1664f67 Mon Sep 17 00:00:00 2001 From: Philip Karpiak Date: Wed, 9 Nov 2016 23:58:25 -0500 Subject: Use 'Forking in progress' title when appropriate --- app/views/projects/imports/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/projects/imports') diff --git a/app/views/projects/imports/show.html.haml b/app/views/projects/imports/show.html.haml index 4d8ee562e6a..c52b3860636 100644 --- a/app/views/projects/imports/show.html.haml +++ b/app/views/projects/imports/show.html.haml @@ -1,4 +1,4 @@ -- page_title "Import in progress" +- page_title @project.forked? ? "Forking in progress" : "Import in progress" .save-project-loader .center %h2 -- cgit v1.2.3