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:
Diffstat (limited to 'app/views/projects/show.js.haml')
-rw-r--r--app/views/projects/show.js.haml7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/views/projects/show.js.haml b/app/views/projects/show.js.haml
deleted file mode 100644
index 132ebebf23f..00000000000
--- a/app/views/projects/show.js.haml
+++ /dev/null
@@ -1,7 +0,0 @@
-- if @project.repo_exists? && @project.has_commits?
- :plain
- $(".show_holder").html("#{escape_javascript(render(:partial => 'projects/show'))}");
-- else
- :plain
- $(".show_holder").html("#{escape_javascript(render(:template => 'projects/empty'))}");
-