Added merge request dashboard, showing all merge requests assigned to

you across projects.
This commit is contained in:
Ariejan de Vroom 2011-12-08 01:07:02 +01:00
parent 1a3af33fce
commit e4b1f38c27
10 changed files with 90 additions and 2 deletions

View file

@ -0,0 +1,10 @@
- if @merge_requests.opened.count > 0
%div{ :class => "update-data ui-box ui-box-small ui-box-big" }
%h3
%span.tag.open Open
.data
= render @merge_requests.opened
.clear
%br