Add user to exercise collection UI
This commit is contained in:
@ -3,6 +3,7 @@ h1
|
|||||||
= render('shared/edit_button', object: @exercise_collection)
|
= render('shared/edit_button', object: @exercise_collection)
|
||||||
|
|
||||||
= row(label: 'exercise_collections.name', value: @exercise_collection.name)
|
= 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)
|
= row(label: 'exercise_collections.updated_at', value: @exercise_collection.updated_at)
|
||||||
|
|
||||||
h4 = t('activerecord.attributes.exercise_collections.exercises')
|
h4 = t('activerecord.attributes.exercise_collections.exercises')
|
||||||
|
@ -124,6 +124,7 @@ de:
|
|||||||
exercise_collections:
|
exercise_collections:
|
||||||
id: "ID"
|
id: "ID"
|
||||||
name: "Name"
|
name: "Name"
|
||||||
|
user: "Verantwortlicher"
|
||||||
updated_at: "Letzte Änderung"
|
updated_at: "Letzte Änderung"
|
||||||
exercises: "Aufgaben"
|
exercises: "Aufgaben"
|
||||||
models:
|
models:
|
||||||
|
@ -124,6 +124,7 @@ en:
|
|||||||
exercise_collections:
|
exercise_collections:
|
||||||
id: "ID"
|
id: "ID"
|
||||||
name: "Name"
|
name: "Name"
|
||||||
|
user: "Associated User"
|
||||||
updated_at: "Last Update"
|
updated_at: "Last Update"
|
||||||
exercises: "Exercises"
|
exercises: "Exercises"
|
||||||
models:
|
models:
|
||||||
|
Reference in New Issue
Block a user