summaryrefslogtreecommitdiff
path: root/app/views/refs/_head.html.haml
diff options
context:
space:
mode:
authorAndrey Vakarev <avakarev@gmail.com>2012-06-04 01:37:27 +0300
committerAndrey Vakarev <avakarev@gmail.com>2012-06-04 01:37:27 +0300
commit3bd06d55e0c7e0accf9efd2e0d67cf1ae76f7b0d (patch)
treef492c34aeacd1a5e3c4fc716155066f241943be5 /app/views/refs/_head.html.haml
parent7e0726b1da5c27f958eb940e99e5f8cc3e4a5853 (diff)
downloadgitlab-ce-3bd06d55e0c7e0accf9efd2e0d67cf1ae76f7b0d.tar.gz
Remove trailing whitespaces and trailing lines
Diffstat (limited to 'app/views/refs/_head.html.haml')
-rw-r--r--app/views/refs/_head.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/refs/_head.html.haml b/app/views/refs/_head.html.haml
index afec5af8580..16a0cddfa24 100644
--- a/app/views/refs/_head.html.haml
+++ b/app/views/refs/_head.html.haml
@@ -5,6 +5,6 @@
= hidden_field_tag :destination, "tree"
= hidden_field_tag :path, params[:path]
%li{:class => "#{'active' if (controller.controller_name == "refs") }"}
- = link_to tree_project_ref_path(@project, @ref) do
+ = link_to tree_project_ref_path(@project, @ref) do
Source