Sha256: 60240535da8e7ce9680fc6363197c2d49ed4da3a8b5240968108a77d981aca6c

Contents?: true

Size: 396 Bytes

Versions: 3

Compression:

Stored size: 396 Bytes

Contents

<tr class="nested-fields">
  <td class="field">
    <%= f.select :cluster_id, @cluster_clusters.map{|c|[c.name,c.id]}, { include_blank: true }, { class: 'form-control' } %>
  </td>
  <td class="action vertical-align-middle text-center" width="44">
    <%= link_to_remove_association f, class: 'btn btn-danger btn-xs text-danger' do %>
      <i class="fa fa-trash"></i>
    <% end %>
  </td>
</tr>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
klastera-1.2.4.2 app/views/layouts/klastera/_cluster_entity_fields.html.erb
klastera-1.2.4.1 app/views/layouts/klastera/_cluster_entity_fields.html.erb
klastera-1.2.4 app/views/layouts/klastera/_cluster_entity_fields.html.erb