Commit f403da73f5e62794a0447aca879360494b08f678

Authored by Dmitriy Zaporozhets
1 parent 460eeb13

Fixed ajax loading image. Fixed wrong wording

app/views/layouts/_projects_side.html.haml
1 1 %aside.projects
2 2 - if current_user.can_create_project?
3 3 .widget
4   - You can create at least
  4 + You can create up to
5 5 = current_user.projects_limit
6 6 projects. Click on link below to add a new one
7 7 .link_holder
... ...
app/views/refs/_tree.html.haml
... ... @@ -13,7 +13,6 @@
13 13 %li= link
14 14 .clear
15 15 %div.tree_progress
16   - = image_tag "ajax-loader.gif"
17 16 #tree-content-holder
18 17 - if tree.is_blob?
19 18 = render :partial => "refs/tree_file", :locals => { :name => tree.name, :content => tree.data, :file => tree }
... ...