Sha256: 34fba0209d905b05dac5897bfef9b4411d3bbb004e1705d699ca05637a7c821c

Contents?: true

Size: 408 Bytes

Versions: 4

Compression:

Stored size: 408 Bytes

Contents

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

<p>
  <strong>Item name:</strong>
  <%= @command_item.item_title %>
</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-13.0.2 app/views/phcdevworks_tutorials/command/items/show.html.erb
phcdevworks_tutorials-13.0.1 app/views/phcdevworks_tutorials/command/items/show.html.erb
phcdevworks_tutorials-13.0.0 app/views/phcdevworks_tutorials/command/items/show.html.erb
phcdevworks_tutorials-12.2.0 app/views/phcdevworks_tutorials/command/items/show.html.erb