Do not delete comment containers; replace them with success message. This also fixes a visual bug when deleting the last comment

This commit is contained in:
Maximilian Grundke
2017-08-25 18:33:39 +02:00
parent 73ec4d0902
commit bb79852e42
4 changed files with 17 additions and 5 deletions

View File

@@ -177,6 +177,9 @@ en:
user_exercise_feedback:
one: Feedback
other: Feedback
comment:
one: Comment
other: Comments
errors:
messages:
together: 'has to be set along with %{attribute}'
@@ -605,3 +608,5 @@ en:
estimated_time_20_to_30: "between 20 and 30 minutes"
estimated_time_more_30: "more than 30 minutes"
working_time: "Estimated time working on this exercise:"
comments:
deleted: "Deleted"