Sha256: e85c06c070e4bbbada6be496fef99f0022643fc29c7b8bf911df4c76b2755a0e

Contents?: true

Size: 482 Bytes

Versions: 1

Compression:

Stored size: 482 Bytes

Contents

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

<p>
  <b>Name:</b>
  <%= @selection.name %>
</p>

<p>
  <b>Parent:</b>
  <%= @selection.parent_id %>
</p>

<p>
  <b>System code:</b>
  <%= @selection.system_code %>
</p>

<p>
  <b>Position:</b>
  <%= @selection.position %>
</p>

<p>
  <b>Is default:</b>
  <%= @selection.is_default %>
</p>

<p>
  <b>Is system:</b>
  <%= @selection.is_system %>
</p>


<%= link_to 'Edit', edit_selection_path(@selection) %> |
<%= link_to 'Back', selections_path %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
selections-0.0.1 app/views/selections/selections/show.html.erb