Fix loading animation while browsing tree
This commit is contained in:
parent
e38e2ce29a
commit
40f1868194
2 changed files with 9 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue