mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-17 06:36:22 +00:00
4 lines
111 B
Text
4 lines
111 B
Text
- @params[:form].each do |field, value|
|
|
%p
|
|
%strong= @params[:form_definition].t(field) + ':'
|
|
= value
|