lil restyle
This commit is contained in:
parent
c66bc99fb7
commit
c8b955a44b
15 changed files with 71 additions and 61 deletions
|
@ -1,13 +1,12 @@
|
|||
#tree-breadcrumbs
|
||||
%h2.icon
|
||||
%span
|
||||
%d
|
||||
= link_to tree_project_ref_path(@project, @ref, :path => nil), :remote => true do
|
||||
= @project.code
|
||||
- tree.breadcrumbs(3) do |link|
|
||||
\/
|
||||
= link
|
||||
|
||||
%h2
|
||||
= link_to tree_project_ref_path(@project, @ref, :path => nil), :remote => true do
|
||||
= @project.code
|
||||
- tree.breadcrumbs(4) do |link|
|
||||
\/
|
||||
= link
|
||||
|
||||
%span.tree_progress
|
||||
.clear
|
||||
#tree-content-holder
|
||||
- if tree.is_blob?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue