<% phc_title "List Manager" %> <% phc_title_tagline "List Index" %> <% phc_breadcrumb_one yield(:phc_title) %> <% phc_breadcrumb_two link_to "List Index", phcdevworks_press.list_posts_path %>

<%= yield(:phc_title) %>

<% @list_post.items.each do |list_item| %> <% end %>
List Item Number List Item Title List Item Description
<%= list_item.id %> <%= list_item.list_item_title %> <%= truncate(list_item.list_item_text, :length => 80, :escape => false) %>
<%= link_to phcdevworks_press.list_post_items_path(@list_post), class: "btn btn-primary btn-sm" do %> Add or Update List Items <% end %>