Chatwoot/app/views/fields/account_limits_field/_show.html.erb

4 lines
78 B
Text
Raw Normal View History

<% JSON.parse(field.to_s).each do |k,v| %>
<%= k %>: <%= v %> </br>
<% end %>