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