chatwoot-develop/enterprise/app/views/fields/account_limits_field/_show.html.erb

4 lines
78 B
Plaintext
Executable File

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