-
- Downloads
Merge remote-tracking branch 'gitlab/7-13-stable' into 7-13-stable-ee
No related branches found
No related tags found
Showing
- CHANGELOG 3 additions, 0 deletionsCHANGELOG
- VERSION 1 addition, 1 deletionVERSION
- app/controllers/abuse_reports_controller.rb 24 additions, 0 deletionsapp/controllers/abuse_reports_controller.rb
- app/controllers/admin/abuse_reports_controller.rb 11 additions, 0 deletionsapp/controllers/admin/abuse_reports_controller.rb
- app/models/abuse_report.rb 9 additions, 0 deletionsapp/models/abuse_report.rb
- app/views/abuse_reports/new.html.haml 24 additions, 0 deletionsapp/views/abuse_reports/new.html.haml
- app/views/admin/abuse_reports/_abuse_report.html.haml 23 additions, 0 deletionsapp/views/admin/abuse_reports/_abuse_report.html.haml
- app/views/admin/abuse_reports/index.html.haml 17 additions, 0 deletionsapp/views/admin/abuse_reports/index.html.haml
- app/views/layouts/nav/_admin.html.haml 7 additions, 0 deletionsapp/views/layouts/nav/_admin.html.haml
- app/views/users/show.html.haml 10 additions, 0 deletionsapp/views/users/show.html.haml
- config/routes.rb 4 additions, 1 deletionconfig/routes.rb
- db/migrate/20150806104937_create_abuse_reports.rb 11 additions, 0 deletionsdb/migrate/20150806104937_create_abuse_reports.rb
- db/schema.rb 9 additions, 1 deletiondb/schema.rb
- features/abuse_report.feature 10 additions, 0 deletionsfeatures/abuse_report.feature
- features/admin/abuse_report.feature 8 additions, 0 deletionsfeatures/admin/abuse_report.feature
- features/steps/abuse_reports.rb 28 additions, 0 deletionsfeatures/steps/abuse_reports.rb
- features/steps/admin/abuse_reports.rb 15 additions, 0 deletionsfeatures/steps/admin/abuse_reports.rb
- features/steps/shared/paths.rb 4 additions, 0 deletionsfeatures/steps/shared/paths.rb
- spec/factories/abuse_reports.rb 9 additions, 0 deletionsspec/factories/abuse_reports.rb
- spec/models/abuse_report_spec.rb 7 additions, 0 deletionsspec/models/abuse_report_spec.rb
app/controllers/abuse_reports_controller.rb
0 → 100644
app/models/abuse_report.rb
0 → 100644
app/views/abuse_reports/new.html.haml
0 → 100644
features/abuse_report.feature
0 → 100644
features/admin/abuse_report.feature
0 → 100644
features/steps/abuse_reports.rb
0 → 100644
features/steps/admin/abuse_reports.rb
0 → 100644
spec/factories/abuse_reports.rb
0 → 100644
spec/models/abuse_report_spec.rb
0 → 100644
Please register or sign in to comment