added token to proxy exercise view, also added locale

This commit is contained in:
Ralf Teusner
2017-09-27 11:59:59 +02:00
parent dad1c2f1a3
commit af67208fd3
4 changed files with 4 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ h1 = ProxyExercise.model_name.human(count: 2)
thead
tr
th = sort_link(@search, :title, t('activerecord.attributes.proxy_exercise.title'))
th = "Token"
th = t('activerecord.attributes.exercise.token')
th = t('activerecord.attributes.proxy_exercise.files_count')
th colspan=6 = t('shared.actions')
tbody