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:
Diffstat (limited to 'app/views/projects/_tree.html.haml')
-rw-r--r--app/views/projects/_tree.html.haml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/projects/_tree.html.haml b/app/views/projects/_tree.html.haml
index 8fdf72f05f9..b7d4b327f5c 100644
--- a/app/views/projects/_tree.html.haml
+++ b/app/views/projects/_tree.html.haml
@@ -1,4 +1,3 @@
-
-#%a.right.button{:href => "#"} Download
-#-if can? current_user, :admin_project, @project
%a.right.button.blue{:href => "#"} EDIT
@@ -6,7 +5,7 @@
%h2.icon
%span
%d
- = link_to tree_project_path(@project, :path => nil, :commit_id => @commit.try(:id)), :remote => true do
+ = link_to tree_project_path(@project, :path => nil, :commit_id => @commit.try(:id)), :remote => true do
= @project.name
- if params[:path]
- part_path = ""