summaryrefslogtreecommitdiff
path: root/app/views/layouts/header/_default.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts/header/_default.html.haml')
-rw-r--r--app/views/layouts/header/_default.html.haml8
1 files changed, 6 insertions, 2 deletions
diff --git a/app/views/layouts/header/_default.html.haml b/app/views/layouts/header/_default.html.haml
index 10f80fae3c8..b83b5b1c9b0 100644
--- a/app/views/layouts/header/_default.html.haml
+++ b/app/views/layouts/header/_default.html.haml
@@ -37,6 +37,10 @@
%h1.title= title
= render 'shared/outdated_browser'
-- if @project
+-if @project && !@project.empty_repo? && @ref
:javascript
- var findFileURL = '#{namespace_project_find_file_path(@project.namespace, @project, @ref || @project.repository.root_ref)}'; \ No newline at end of file
+ var findFileURL = '#{namespace_project_find_file_path(@project.namespace, @project, @ref)}';
+
+-elsif @project && !@project.empty_repo?
+ :javascript
+ var findFileURL = '#{namespace_project_find_file_path(@project.namespace, @project, @project.repository.root_ref)}'; \ No newline at end of file