<%= model.name %>
<%= model.short_name %>
<% if model.code.present? %>
(<%= model.code %>)
<% end %>
|
<%= model.scope_i18n %> |
<%= model.metering_i18n %> |
<%= form_with theme: nil, model: model, url: { action: 'update', id: model.id }, data: { controller: 'input' } do |f| %>
<%= f.check_box :editable, data: { input_target: 'checkbox' }, id: nil, class: 'switch is-rounded' %>
<% end %>
|
<%= model.sequence %> |