Bootstrap: Merge Request -> Show
This commit is contained in:
parent
0a4222fb98
commit
d81f0b7845
6 changed files with 64 additions and 62 deletions
|
@ -13,5 +13,7 @@
|
|||
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.label= @project.common_notes.today.count
|
||||
= link_to project_merge_requests_path(@project), :class => (controller.controller_name == "merge_requests") ? "current" : nil do
|
||||
Requests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue