Sha256: 6ef8e9dca0800bc277ef88eed4ae2d702a6747d0d0a3c0133cc7e83f3c4d147f

Contents?: true

Size: 480 Bytes

Versions: 1

Compression:

Stored size: 480 Bytes

Contents

<td><%= model.subdomain %></td>
<td><%= model.domain %></td>
<td><%= model.host %></td>
<td><%= model.port %></td>
<td><%= model.identifier %></td>
<td><%= model.appid %></td>
<td>
  <%= form_with theme: nil, model: model, url: { action: 'update', id: model.id }, data: { controller: 'input' } do |f| %>
    <%= f.check_box :default, data: { input_target: 'checkbox' }, id: nil, class: 'switch is-rounded' %>
    <label data-action="click->input#check"></label>
  <% end %>
</td>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rails_org-0.0.1 app/views/org/admin/organ_domains/_index_tbody.html.erb