diff --git a/app/views/exercise_collections/show.html.slim b/app/views/exercise_collections/show.html.slim index 65c28283..23a68cb5 100644 --- a/app/views/exercise_collections/show.html.slim +++ b/app/views/exercise_collections/show.html.slim @@ -3,6 +3,7 @@ h1 = render('shared/edit_button', object: @exercise_collection) = 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.updated_at', value: @exercise_collection.updated_at) h4 = t('activerecord.attributes.exercise_collections.exercises') diff --git a/config/locales/de.yml b/config/locales/de.yml index 73544027..320e3df4 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -124,6 +124,7 @@ de: exercise_collections: id: "ID" name: "Name" + user: "Verantwortlicher" updated_at: "Letzte Änderung" exercises: "Aufgaben" models: diff --git a/config/locales/en.yml b/config/locales/en.yml index 410e6759..0427403d 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -124,6 +124,7 @@ en: exercise_collections: id: "ID" name: "Name" + user: "Associated User" updated_at: "Last Update" exercises: "Exercises" models: