sutty/app/views/posts/template_field/_nested.haml

7 lines
185 B
Plaintext
Raw Normal View History

2018-06-20 16:54:41 +00:00
.form-group
= label_tag name.join('_'), template.help, id: name.join('_')
= render "posts/template_field/#{template.type}",
template: template,
name: name,
value: value