-
- Downloads
dashboard v1
Showing
- app/controllers/dashboard_controller.rb 31 additions, 0 deletionsapp/controllers/dashboard_controller.rb
- app/controllers/user_issues_controller.rb 0 additions, 20 deletionsapp/controllers/user_issues_controller.rb
- app/controllers/user_merge_requests_controller.rb 0 additions, 8 deletionsapp/controllers/user_merge_requests_controller.rb
- app/views/dashboard/_issues_feed.html.haml 16 additions, 13 deletionsapp/views/dashboard/_issues_feed.html.haml
- app/views/dashboard/_merge_requests_feed.html.haml 16 additions, 15 deletionsapp/views/dashboard/_merge_requests_feed.html.haml
- app/views/dashboard/_projects_feed.html.haml 10 additions, 10 deletionsapp/views/dashboard/_projects_feed.html.haml
- app/views/dashboard/_sidebar.html.haml 15 additions, 0 deletionsapp/views/dashboard/_sidebar.html.haml
- app/views/dashboard/index.html.haml 2 additions, 15 deletionsapp/views/dashboard/index.html.haml
- app/views/dashboard/index.js.haml 7 additions, 0 deletionsapp/views/dashboard/index.js.haml
- app/views/dashboard/issues.atom.builder 3 additions, 3 deletionsapp/views/dashboard/issues.atom.builder
- app/views/dashboard/issues.html.haml 5 additions, 0 deletionsapp/views/dashboard/issues.html.haml
- app/views/dashboard/issues.js.haml 7 additions, 0 deletionsapp/views/dashboard/issues.js.haml
- app/views/dashboard/merge_requests.html.haml 5 additions, 0 deletionsapp/views/dashboard/merge_requests.html.haml
- app/views/dashboard/merge_requests.js.haml 7 additions, 0 deletionsapp/views/dashboard/merge_requests.js.haml
- app/views/merge_requests/_merge_request.html.haml 0 additions, 3 deletionsapp/views/merge_requests/_merge_request.html.haml
- app/views/user_issues/index.html.haml 0 additions, 18 deletionsapp/views/user_issues/index.html.haml
- app/views/user_merge_requests/index.html.haml 0 additions, 18 deletionsapp/views/user_merge_requests/index.html.haml
- config/routes.rb 3 additions, 3 deletionsconfig/routes.rb
- spec/requests/dashboard_issues_spec.rb 58 additions, 0 deletionsspec/requests/dashboard_issues_spec.rb
- spec/requests/dashboard_merge_requests_spec.rb 3 additions, 2 deletionsspec/requests/dashboard_merge_requests_spec.rb
app/views/dashboard/_sidebar.html.haml
0 → 100644
app/views/dashboard/index.js.haml
0 → 100644
app/views/dashboard/issues.html.haml
0 → 100644
app/views/dashboard/issues.js.haml
0 → 100644
app/views/dashboard/merge_requests.html.haml
0 → 100644
app/views/dashboard/merge_requests.js.haml
0 → 100644
Please register or sign in to comment