Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Karpiak <philip@eswat.ca>2016-11-10 07:58:25 +0300
committerPhilip Karpiak <philip@eswat.ca>2016-11-10 07:58:25 +0300
commit160d22f7deba3855dc055eadce79fa05f1664f67 (patch)
treeb61a2aacf2ca84c873ad74eff54ccd8a54e4f13c /app/views/projects/imports
parent0c99e5d0b6b457ef7db2c36f1394fad5c63d1142 (diff)
Use 'Forking in progress' title when appropriate
Diffstat (limited to 'app/views/projects/imports')
-rw-r--r--app/views/projects/imports/show.html.haml2
1 files changed, 1 insertions, 1 deletions
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