Sha256: 6483275fb9dbabaa06375ddda8320a9c6e6084940df8744c88032a7cd5d68ee1
Contents?: true
Size: 649 Bytes
Versions: 1
Compression:
Stored size: 649 Bytes
Contents
<h1>Active Field #<%= @active_field.id %></h1> <p><%= link_to "Edit", edit_active_field_path(@active_field) %></p> <p><%= button_to "Destroy", active_field_path(@active_field), method: :delete %></p> <p> <b>ID:</b> <%= @active_field.id %> </p> <p> <b>Type:</b> <%= @active_field.type_name %> </p> <p> <b>Customizable type:</b> <%= @active_field.customizable_type %> </p> <p> <b>Name:</b> <%= @active_field.name %> </p> <p> <b>Options:</b> <code><%= @active_field.options %></code> </p> <p> <b>Default value:</b> <code><%= @active_field.default_value.inspect %></code> </p> <div><%= link_to "Back", active_fields_path %></div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
active_fields-1.1.0 | lib/generators/active_fields/scaffold/templates/views/active_fields/show.html.erb |