merge master

This commit is contained in:
Karol
2019-12-03 17:55:58 +01:00
26 changed files with 3405 additions and 1620 deletions

View File

@@ -353,6 +353,7 @@ de:
implement: Implementieren
test_files: Test-Dateien
feedback: Feedback
requests_for_comments: Kommentaranfragen
study_group_dashboard: Live Dashboard
statistics:
average_score: Durchschnittliche Punktzahl

View File

@@ -398,6 +398,7 @@ en:
implement: Implement
test_files: Test Files
feedback: Feedback
requests_for_comments: Requests for Comments
study_group_dashboard: Live Dashboard
show:
is_unpublished: Exercise is unpublished

View File

@@ -82,6 +82,7 @@ Rails.application.routes.draw do
post :search
get :statistics
get :feedback
get :requests_for_comments
get :reload
post :submit
get 'study_group_dashboard/:study_group_id', to: 'exercises#study_group_dashboard'