Fix loading animation while browsing tree

This commit is contained in:
Dmitriy Zaporozhets 2013-03-06 17:12:28 +02:00
parent e38e2ce29a
commit 40f1868194
2 changed files with 9 additions and 10 deletions

View file

@ -11,9 +11,6 @@
- else
= link_to title, '#'
.clear
%div.tree_progress
%div#tree-content-holder.tree-content-holder
- if tree.is_blob?
= render "tree/blob", blob: tree
@ -40,6 +37,8 @@
- if tree.readme
= render "tree/readme", readme: tree.readme
%div.tree_progress
- unless tree.is_blob?
:javascript
// Load last commit log for each file in tree