Commit 1fa01cbcc9f8fb5a9dbf5974496d029f1d189cfc
1 parent
9e3915b2
Exists in
master
and in
4 other branches
fix typo
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/layouts/project.html.haml
... | ... | @@ -26,7 +26,7 @@ |
26 | 26 | - if @project.users_projects.count > 0 |
27 | 27 | %span{ :class => "number" }= @project.users_projects.count |
28 | 28 | = link_to project_issues_path(@project), :class => (controller.controller_name == "issues") ? "current" : nil do |
29 | - Issuess | |
29 | + Issues | |
30 | 30 | - if @project.issues.opened.count > 0 |
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 | ... | ... |