3d73d8935a
Fixes: #3773
3 lines
78 B
Text
3 lines
78 B
Text
<% JSON.parse(field.to_s).each do |k,v| %>
|
|
<%= k %>: <%= v %> </br>
|
|
<% end %>
|