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:
authorDouwe Maan <douwe@gitlab.com>2015-10-17 20:18:28 +0300
committerDouwe Maan <douwe@gitlab.com>2015-10-17 20:18:28 +0300
commitf009b6e256cbb9493883949abd87cd41920ba054 (patch)
tree1a0162acfac4906bb8fdf82674b8edee4cc694dc /app/views/projects/_files.html.haml
parenta22fe254c18a64b1f145593781b2505d0fbdd46c (diff)
Tweak styling of project home files list.
Diffstat (limited to 'app/views/projects/_files.html.haml')
-rw-r--r--app/views/projects/_files.html.haml13
1 files changed, 4 insertions, 9 deletions
diff --git a/app/views/projects/_files.html.haml b/app/views/projects/_files.html.haml
index 2a99708eb43..fa978325ddd 100644
--- a/app/views/projects/_files.html.haml
+++ b/app/views/projects/_files.html.haml
@@ -1,11 +1,6 @@
-= render 'projects/last_push'
-
-.tree-ref-holder
- = render 'shared/ref_switcher', destination: 'tree', path: @path
+#tree-holder.tree-holder.clearfix
+ .gray-content-block.second-block
+ = render 'projects/tree/tree_header', tree: @tree
-- if can? current_user, :download_code, @project
- .tree-download-holder
- = render 'projects/repositories/download_archive', ref: @ref, btn_class: 'btn-group pull-right hidden-xs hidden-sm', split_button: true
+ = render 'projects/tree/tree_content', tree: @tree
-#tree-holder.tree-holder.clearfix
- = render "projects/tree/tree", tree: @tree