Chatwoot/app/views/fields/account_features_field/_show.html.erb
Sojan Jose 97583e410c
feat: Ability to manage account features from super admin (#5455)
- This PR adds the ability to enable and disable features for an account from the super admin.
2022-09-19 14:57:21 -07:00

6 lines
124 B
Text

<div class="field-unit__field">
<% field.data.each do |key,val| %>
<%= key %>: <%= val %> <br/>
<% end %>
</div>