Add UI for anomaly detection flag

This commit is contained in:
Maximilian Grundke
2017-12-13 07:37:49 +01:00
parent 041f080191
commit 7ed78a2cfd
5 changed files with 7 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ h1
= row(label: 'exercise_collections.name', value: @exercise_collection.name)
= row(label: 'exercise_collections.user', value: link_to(@exercise_collection.user.name, @exercise_collection.user))
= row(label: 'exercise_collections.use_anomaly_detection', value: @exercise_collection.use_anomaly_detection)
= row(label: 'exercise_collections.updated_at', value: @exercise_collection.updated_at)
h4 = t('activerecord.attributes.exercise_collections.exercises')