Merge branch 'master' of dev.gitlabhq.com:gitlabhq

This commit is contained in:
Saito 2011-11-18 20:20:24 +08:00
commit 6bd9b90fb6
6 changed files with 65 additions and 5 deletions

View file

@ -38,7 +38,7 @@
= link_to wall_project_path(@project), :class => current_page?(:controller => "projects", :action => "wall", :id => @project) ? "current" : nil do
Wall
- if @project.common_notes.count > 0
%span{ :class => "number" }= @project.common_notes.count
%span{ :class => "number" }= @project.common_notes.today.count
= link_to project_snippets_path(@project), :class => (controller.controller_name == "snippets") ? "current" : nil do
Snippets
- if @project.snippets.count > 0