Remove tree single-tab panel
This commit is contained in:
parent
5c4e74acc3
commit
38ecec4472
5 changed files with 8 additions and 21 deletions
|
@ -1,7 +0,0 @@
|
|||
%ul.nav.nav-tabs
|
||||
%li
|
||||
= render partial: 'shared/ref_switcher', locals: {destination: 'tree', path: @path}
|
||||
= nav_link(controller: :tree) do
|
||||
= link_to 'Source', project_tree_path(@project, @ref)
|
||||
%li.pull-right
|
||||
= render "shared/clone_panel"
|
|
@ -1,8 +1,8 @@
|
|||
%ul.breadcrumb
|
||||
%li
|
||||
%span.arrow
|
||||
%i.icon-angle-right
|
||||
= link_to project_tree_path(@project, @ref) do
|
||||
= @project.name
|
||||
= @project.path
|
||||
- tree.breadcrumbs(6) do |title, path|
|
||||
\/
|
||||
%li
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
= render "head"
|
||||
%div.tree-ref-holder
|
||||
= render 'shared/ref_switcher', destination: 'tree', path: @path
|
||||
%div#tree-holder.tree-holder
|
||||
= render "tree", tree: @tree
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue