Merge branch 'master' of dev.gitlabhq.com:gitlabhq
This commit is contained in:
commit
6bd9b90fb6
6 changed files with 65 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue