From 1fa01cbcc9f8fb5a9dbf5974496d029f1d189cfc Mon Sep 17 00:00:00 2001 From: Aleksei Kvitinskii Date: Tue, 8 Nov 2011 00:02:50 +0200 Subject: [PATCH] fix typo --- app/views/layouts/project.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/project.html.haml b/app/views/layouts/project.html.haml index becdf99c..70ebb890 100644 --- a/app/views/layouts/project.html.haml +++ b/app/views/layouts/project.html.haml @@ -26,7 +26,7 @@ - if @project.users_projects.count > 0 %span{ :class => "number" }= @project.users_projects.count = link_to project_issues_path(@project), :class => (controller.controller_name == "issues") ? "current" : nil do - Issuess + Issues - if @project.issues.opened.count > 0 %span{ :class => "number" }= @project.issues.opened.count = link_to wall_project_path(@project), :class => current_page?(:controller => "projects", :action => "wall", :id => @project) ? "current" : nil do