OSDN Git Service

Fixed ajax loading image. Fixed wrong wording
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Sun, 26 Feb 2012 19:38:45 +0000 (21:38 +0200)
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Sun, 26 Feb 2012 19:38:45 +0000 (21:38 +0200)
app/views/layouts/_projects_side.html.haml
app/views/refs/_tree.html.haml

index 0c29239..4f0a2e4 100644 (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
index e236036..3ddcacd 100644 (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 }