Commit f403da73f5e62794a0447aca879360494b08f678
1 parent
460eeb13
Exists in
master
and in
4 other branches
Fixed ajax loading image. Fixed wrong wording
Showing
2 changed files
with
1 additions
and
2 deletions
Show diff stats
app/views/layouts/_projects_side.html.haml
1 | %aside.projects | 1 | %aside.projects |
2 | - if current_user.can_create_project? | 2 | - if current_user.can_create_project? |
3 | .widget | 3 | .widget |
4 | - You can create at least | 4 | + You can create up to |
5 | = current_user.projects_limit | 5 | = current_user.projects_limit |
6 | projects. Click on link below to add a new one | 6 | projects. Click on link below to add a new one |
7 | .link_holder | 7 | .link_holder |
app/views/refs/_tree.html.haml
@@ -13,7 +13,6 @@ | @@ -13,7 +13,6 @@ | ||
13 | %li= link | 13 | %li= link |
14 | .clear | 14 | .clear |
15 | %div.tree_progress | 15 | %div.tree_progress |
16 | - = image_tag "ajax-loader.gif" | ||
17 | #tree-content-holder | 16 | #tree-content-holder |
18 | - if tree.is_blob? | 17 | - if tree.is_blob? |
19 | = render :partial => "refs/tree_file", :locals => { :name => tree.name, :content => tree.data, :file => tree } | 18 | = render :partial => "refs/tree_file", :locals => { :name => tree.name, :content => tree.data, :file => tree } |