summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorAleksei Kvitinskii <aleksei.wm@gmail.com>2011-11-07 21:39:24 +0200
committerAleksei Kvitinskii <aleksei.wm@gmail.com>2011-11-07 21:39:24 +0200
commit9e3915b25948878d31de78c5ced43e288e0cadfe (patch)
tree3608fa1248ce58123a59f1d310b62c62669b88ba /app
parent444b69ddc2382489dbd01304b605c3be5af75f28 (diff)
downloadgitlab-ce-9e3915b25948878d31de78c5ced43e288e0cadfe.tar.gz
fix typo in the template
Diffstat (limited to 'app')
-rw-r--r--app/views/layouts/project.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/project.html.haml b/app/views/layouts/project.html.haml
index 959cdbe9266..becdf99cbf6 100644
--- a/app/views/layouts/project.html.haml
+++ b/app/views/layouts/project.html.haml
@@ -31,7 +31,7 @@
%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
Wall
- - if @project.common_nsotes.count > 0
+ - if @project.common_notes.count > 0
%span{ :class => "number" }= @project.common_notes.count
= link_to project_snippets_path(@project), :class => (controller.controller_name == "snippets") ? "current" : nil do
Snippets