<% phc_title "Command Lists Manager" %> <% phc_title_tagline "Command List Details" %> <% phc_breadcrumb_one "Home" %> <% phc_breadcrumb_two link_to "Command List Index", phcdevworks_tutorials.command_posts_path %>

<%= yield(:phc_title) %>

<% @command_post.items.order('command_item_title ASC').each do |command_item| %> <% end %>
Command Item Title Command Item Description
<%= command_item.command_item_title %> <%= command_item.command_item_text %>
<%= link_to phcdevworks_tutorials.command_post_items_path(@command_post), class: "btn btn-primary btn-sm" do %> Add or Update Command Items <% end %>