summaryrefslogtreecommitdiff
path: root/app/views/projects/tree/_tree.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-31 03:15:58 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-31 03:15:58 +0200
commit0392669cbc7686f54677362457cfc4e62a527414 (patch)
tree1e2db9e1d7ab516acf5a445f953436ff2b59b490 /app/views/projects/tree/_tree.html.haml
parent010a770b3fa15119b40a994fde6ffdde3acf6d2d (diff)
downloadgitlab-ce-0392669cbc7686f54677362457cfc4e62a527414.tar.gz
Fix some css after bootstrap 3
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/projects/tree/_tree.html.haml')
-rw-r--r--app/views/projects/tree/_tree.html.haml2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/projects/tree/_tree.html.haml b/app/views/projects/tree/_tree.html.haml
index 6b5b84f83b0..80ed1fdeabf 100644
--- a/app/views/projects/tree/_tree.html.haml
+++ b/app/views/projects/tree/_tree.html.haml
@@ -4,14 +4,12 @@
= link_to project_tree_path(@project, @ref) do
= @project.path
- tree_breadcrumbs(tree, 6) do |title, path|
- \/
%li
- if path
= link_to truncate(title, length: 40), project_tree_path(@project, path)
- else
= link_to title, '#'
- if @repository.branch_names.include?(@ref)
- \/
%li
= link_to project_new_tree_path(@project, @id), title: 'New file', id: 'new-file-link' do
%small