Files
codeocean/app/views/tips/new.html.slim
2020-10-14 14:34:26 +02:00

4 lines
74 B
Plaintext

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