lil restyle

This commit is contained in:
Dmitriy Zaporozhets 2012-01-11 09:35:21 +02:00
parent c66bc99fb7
commit c8b955a44b
15 changed files with 71 additions and 61 deletions

View file

@ -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?