Added merge request dashboard, showing all merge requests assigned to
you across projects.
This commit is contained in:
parent
1a3af33fce
commit
e4b1f38c27
10 changed files with 90 additions and 2 deletions
10
app/views/user_merge_requests/index.html.haml
Normal file
10
app/views/user_merge_requests/index.html.haml
Normal 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue