Commit 9e3915b25948878d31de78c5ced43e288e0cadfe
1 parent
444b69dd
Exists in
master
and in
4 other branches
fix typo in the template
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/layouts/project.html.haml
| ... | ... | @@ -31,7 +31,7 @@ |
| 31 | 31 | %span{ :class => "number" }= @project.issues.opened.count |
| 32 | 32 | = link_to wall_project_path(@project), :class => current_page?(:controller => "projects", :action => "wall", :id => @project) ? "current" : nil do |
| 33 | 33 | Wall |
| 34 | - - if @project.common_nsotes.count > 0 | |
| 34 | + - if @project.common_notes.count > 0 | |
| 35 | 35 | %span{ :class => "number" }= @project.common_notes.count |
| 36 | 36 | = link_to project_snippets_path(@project), :class => (controller.controller_name == "snippets") ? "current" : nil do |
| 37 | 37 | Snippets | ... | ... |