_collection_item.html.erb 150 Bytes
<li>
  <h4><%= link_to collection_item.title, :controller => 'content_viewer', :action => 'view_page', :page => collection_item.path %>
  </h4>
</li>