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>2012-01-18 02:04:27 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-01-18 02:04:27 +0400
commit809413d9e758547241530001efa35dececfcf787 (patch)
treedef9dcc1010b7def4d93d5432a8f74269d08808a /app/decorators
parentffc6ab41e0c5e9fa5f2d0ec6962315dfe5676e5d (diff)
minimalistic UI: issues index, css refactoring
Diffstat (limited to 'app/decorators')
-rw-r--r--app/decorators/tree_decorator.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/decorators/tree_decorator.rb b/app/decorators/tree_decorator.rb
index c2a640f6202..2b82a42561b 100644
--- a/app/decorators/tree_decorator.rb
+++ b/app/decorators/tree_decorator.rb
@@ -6,7 +6,7 @@ class TreeDecorator < ApplicationDecorator
part_path = ""
parts = path.split("\/")
- parts = parts[0...-1] if is_blob?
+ #parts = parts[0...-1] if is_blob?
yield(h.link_to("..", "#", :remote => :true)) if parts.count > max_links