Fixed ajax loading image. Fixed wrong wording

This commit is contained in:
Dmitriy Zaporozhets 2012-02-26 21:38:45 +02:00
parent 460eeb13b7
commit f403da73f5
2 changed files with 1 additions and 2 deletions

View file

@ -1,7 +1,7 @@
%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

View file

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