Commit 3083e5e4 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Hide new file link if not branch HEAD

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 160bd862
...@@ -10,11 +10,12 @@ ...@@ -10,11 +10,12 @@
= link_to truncate(title, length: 40), project_tree_path(@project, path) = link_to truncate(title, length: 40), project_tree_path(@project, path)
- else - else
= link_to title, '#' = 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 %li
%small = link_to project_new_tree_path(@project, @id), title: 'New file', id: 'new-file-link' do
%i.icon-plus.light %small
%i.icon-plus.light
%div#tree-content-holder.tree-content-holder %div#tree-content-holder.tree-content-holder
%table#tree-slider{class: "table_#{@hex_path} tree-table" } %table#tree-slider{class: "table_#{@hex_path} tree-table" }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment