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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-10-21 14:47:23 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-10-21 14:47:23 +0400
commit0407eb2ee60b57caa91e284ce1747e551d38ea73 (patch)
tree1434d1a68e0442ea23fbb1ec3ccedc636ef1b4f6 /app/views/projects/empty.html.haml
parentabda0560f150c7754abfff2cb775742ab4eaec7a (diff)
Render right clone panel partial on empty project page
Diffstat (limited to 'app/views/projects/empty.html.haml')
-rw-r--r--app/views/projects/empty.html.haml5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/views/projects/empty.html.haml b/app/views/projects/empty.html.haml
index b5dffb772a1..04fc0c31733 100644
--- a/app/views/projects/empty.html.haml
+++ b/app/views/projects/empty.html.haml
@@ -1,4 +1,7 @@
-= render 'clone_panel'
+%h3.page-title
+ = @project.name_with_namespace
+ .form-horizontal.pull-right
+ = render "shared/clone_panel"
- if @project.import? && !@project.imported
.save-project-loader