Commit f403da73 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fixed ajax loading image. Fixed wrong wording

parent 460eeb13
%aside.projects %aside.projects
- if current_user.can_create_project? - if current_user.can_create_project?
.widget .widget
You can create at least You can create up to
= current_user.projects_limit = current_user.projects_limit
projects. Click on link below to add a new one projects. Click on link below to add a new one
.link_holder .link_holder
......
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
%li= link %li= link
.clear .clear
%div.tree_progress %div.tree_progress
= image_tag "ajax-loader.gif"
#tree-content-holder #tree-content-holder
- if tree.is_blob? - if tree.is_blob?
= render :partial => "refs/tree_file", :locals => { :name => tree.name, :content => tree.data, :file => tree } = render :partial => "refs/tree_file", :locals => { :name => tree.name, :content => tree.data, :file => tree }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment