blob: 8912daa6a9ee8da8551bd986fa27b17a40abcb67 (
plain)
1
2
3
4
5
6
7
|
= simple_form_for([@parent, @generic_file]) do |f|
= f.error_notification
= render "form_core", :f => f
.form-actions
= f.button :submit, conditional_t('generic_files.form.submit')
|