Pipes

<%= link_to 'New Pipe', new_pipe_path %>

<% @pipes.each do |m| %> > <% end %>
IDNameSlugURLDate
<%= link_to m.id, channel_path(m.id) %> <%= link_to m.name, channel_path(m.id) %> <%= link_to m.slug, channel_path(m.id) %> <%= m.url %> <%= raw(m.created_at.strftime("%m/%d/%Y %I:%M%p")) %>

<%= will_paginate @pipes %>