project, commits page with bootstrap

This commit is contained in:
Dmitriy Zaporozhets 2012-01-27 00:13:19 +02:00
parent fed0da8076
commit bef29f0797
10 changed files with 239 additions and 514 deletions

View file

@ -13,7 +13,5 @@
Issues
= link_to wall_project_path(@project), :class => current_page?(:controller => "projects", :action => "wall", :id => @project) ? "current" : nil do
Wall
- if @project.common_notes.today.count > 0
%span{ :class => "number" }= @project.common_notes.today.count
= link_to project_merge_requests_path(@project), :class => (controller.controller_name == "merge_requests") ? "current" : nil do
Requests