From f403da73f5e62794a0447aca879360494b08f678 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Sun, 26 Feb 2012 21:38:45 +0200 Subject: [PATCH] Fixed ajax loading image. Fixed wrong wording --- app/views/layouts/_projects_side.html.haml | 2 +- app/views/refs/_tree.html.haml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/views/layouts/_projects_side.html.haml b/app/views/layouts/_projects_side.html.haml index 0c29239..4f0a2e4 100644 --- a/app/views/layouts/_projects_side.html.haml +++ b/app/views/layouts/_projects_side.html.haml @@ -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 diff --git a/app/views/refs/_tree.html.haml b/app/views/refs/_tree.html.haml index e236036..3ddcacd 100644 --- a/app/views/refs/_tree.html.haml +++ b/app/views/refs/_tree.html.haml @@ -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 } -- libgit2 0.21.2