mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 06:21:41 +00:00
7 lines
185 B
Text
7 lines
185 B
Text
|
.form-group
|
||
|
= label_tag name.join('_'), template.help, id: name.join('_')
|
||
|
= render "posts/template_field/#{template.type}",
|
||
|
template: template,
|
||
|
name: name,
|
||
|
value: value
|