Sha256: dea3fb1ad0397cbb3a14460743bd5eb5a19a3d9c3c0eaedb0f3f20dfa3c34c68

Contents?: true

Size: 854 Bytes

Versions: 17

Compression:

Stored size: 854 Bytes

Contents

<p id="notice"><%= notice %></p>

<h1>Field Settings</h1>

<table>
  <thead>
    <tr>
      <th>Name</th>
      <th>Field type</th>
      <th>Position</th>
      <th colspan="3"></th>
    </tr>
  </thead>

  <tbody>
    <% @field_settings.each do |field_setting| %>
      <tr>
        <td><%= field_setting.name %></td>
        <td><%= field_setting.field_type %></td>
        <td><%= field_setting.position %></td>
        <td><%= link_to 'Show', field_setting %></td>
        <td><%= link_to 'Edit', edit_field_setting_path(field_setting) %></td>
        <td><%= link_to 'Destroy', field_setting, method: :delete, data: { confirm: 'This operation will delete this setting and all related component content. Are you ok with that?' } %></td>
      </tr>
    <% end %>
  </tbody>
</table>

<br>

<%= link_to 'New Field Setting', new_field_setting_path %>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
binda-0.1.11 app/views/binda/field_settings/index.html.erb
binda-0.1.10 app/views/binda/field_settings/index.html.erb
binda-0.1.9 app/views/binda/field_settings/index.html.erb
binda-0.1.8 app/views/binda/field_settings/index.html.erb
binda-0.1.7 app/views/binda/field_settings/index.html.erb
binda-0.1.6 app/views/binda/field_settings/index.html.erb
binda-0.1.5 app/views/binda/field_settings/index.html.erb
binda-0.1.4 app/views/binda/field_settings/index.html.erb
binda-0.1.3 app/views/binda/field_settings/index.html.erb
binda-0.1.2 app/views/binda/field_settings/index.html.erb
binda-0.1.1 app/views/binda/field_settings/index.html.erb
binda-0.1.0 app/views/binda/field_settings/index.html.erb
binda-0.0.7 app/views/binda/field_settings/index.html.erb
binda-0.0.6 app/views/binda/field_settings/index.html.erb
binda-0.0.5 app/views/binda/field_settings/index.html.erb
binda-0.0.3 app/views/binda/field_settings/index.html.erb
binda-0.0.2 app/views/binda/field_settings/index.html.erb