Commit f403da73 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fixed ajax loading image. Fixed wrong wording

parent 460eeb13
%aside.projects
- if current_user.can_create_project?
.widget
You can create at least
You can create up to
= current_user.projects_limit
projects. Click on link below to add a new one
.link_holder
......
......@@ -13,7 +13,6 @@
%li= link
.clear
%div.tree_progress
= image_tag "ajax-loader.gif"
#tree-content-holder
- if tree.is_blob?
= 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