- This PR adds the ability to enable and disable features for an account from the super admin.
7 lines
124 B
Plaintext
7 lines
124 B
Plaintext
<div class="field-unit__field">
|
|
<% field.data.each do |key,val| %>
|
|
<%= key %>: <%= val %> <br/>
|
|
<% end %>
|
|
</div>
|
|
|