5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-02 16:16:09 +00:00
panel/app/views/contact_mailer/notify_usuaries.html.haml

8 lines
166 B
Plaintext
Raw Permalink Normal View History

- if @params[:origin].present?
%p= @params[:origin]
2020-05-30 19:43:25 +00:00
- @params[:form].each do |field, value|
%p
2020-06-03 13:57:52 +00:00
%strong= @params[:form_definition].t(field) + ':'
2020-05-30 19:43:25 +00:00
= value