Fixed ajax loading image. Fixed wrong wording
This commit is contained in:
parent
460eeb13b7
commit
f403da73f5
|
@ -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
|
||||
|
|
|
@ -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 }
|
||||
|
|
Loading…
Reference in a new issue