Sha256: 133d1bf115a99ced56c5f766e2e629a5e8c9230b7b1d11a27d61398cd580e543

Contents?: true

Size: 388 Bytes

Versions: 4

Compression:

Stored size: 388 Bytes

Contents

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

<p>
  <strong>Item name:</strong>
  <%= @command_item.item_name %>
</p>

<p>
  <strong>Item description:</strong>
  <%= @command_item.item_description %>
</p>

<p>
  <strong>Item copy command:</strong>
  <%= @command_item.item_copy_command %>
</p>

<%= link_to 'Edit', edit_command_item_path(@command_item) %> |
<%= link_to 'Back', command_items_path %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
phcdevworks_tutorials-6.6.3 app/views/phcdevworks_tutorials/command/items/show.html.erb
phcdevworks_tutorials-6.6.2 app/views/phcdevworks_tutorials/command/items/show.html.erb
phcdevworks_tutorials-6.6.1 app/views/phcdevworks_tutorials/command/items/show.html.erb
phcdevworks_tutorials-6.6.0 app/views/phcdevworks_tutorials/command/items/show.html.erb