Files
codeocean/app/views/exercises/new.html.slim

4 lines
79 B
Plaintext

h1 = t('shared.new_model', model: Exercise.model_name.human)
= render('form')