提交 38ecec44 编写于 作者: D Dmitriy Zaporozhets

Remove tree single-tab panel

上级 5c4e74ac
......@@ -173,17 +173,6 @@ ul.breadcrumb {
font-weight: bold;
font-size: 14px;
}
.arrow {
background: url("images.png") no-repeat -85px -77px;
width: 19px;
height: 16px;
float: left;
position: relative;
left: -10px;
padding: 0;
margin: 0;
}
}
input[type=text] {
......
......@@ -102,3 +102,7 @@
}
}
.tree-ref-holder {
float: left;
margin-top: 5px;
}
%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"
%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
......
= render "head"
%div.tree-ref-holder
= render 'shared/ref_switcher', destination: 'tree', path: @path
%div#tree-holder.tree-holder
= render "tree", tree: @tree
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册