summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-01-19 15:04:12 -0500
committerJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-01-19 15:04:12 -0500
commit4784695860dea75864c801c6223fb348c5ac7cd3 (patch)
tree7a617382e5d965b1bab04cd7790f8eeb41cc0982
parent60dbc4f68774049f809017a56914f465bfe026fe (diff)
downloadgitlab-ce-4784695860dea75864c801c6223fb348c5ac7cd3.tar.gz
Proper spacing in HAML file `if` statement.
-rw-r--r--app/views/layouts/header/_default.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/header/_default.html.haml b/app/views/layouts/header/_default.html.haml
index b62a19d43ba..10f80fae3c8 100644
--- a/app/views/layouts/header/_default.html.haml
+++ b/app/views/layouts/header/_default.html.haml
@@ -37,6 +37,6 @@
%h1.title= title
= render 'shared/outdated_browser'
--if @project
+- if @project
:javascript
var findFileURL = '#{namespace_project_find_file_path(@project.namespace, @project, @ref || @project.repository.root_ref)}'; \ No newline at end of file