Replace manual activerecord translations with helpers
This commit is contained in:

committed by
Sebastian Serth

parent
e551c8a699
commit
f8330b39fb
@@ -1,3 +1,3 @@
|
||||
h1 = "#{t('activerecord.models.proxy_exercise.one', model: ProxyExercise.model_name.human)}: #{@proxy_exercise.title}"
|
||||
h1 = "#{ProxyExercise.model_name.human}: #{@proxy_exercise.title}"
|
||||
|
||||
= render('form')
|
||||
|
Reference in New Issue
Block a user