<%= channel.name %>

Item added at: <%= date_format(channel.created_at) %>

<% if channel.updated_at %>

Last updated at: <%= date_format(channel.updated_at) %>

<% end %>

<%= channel.description %>


Channel videos

<% if channel.videos.length > 0 %> <% channel.videos.each do |v| %> <% end %>
Video name Video serial Video description
<%= v.name %> <%= serialize(v.serial) %> <%= v.description %>
<% else %>

There are no videos associated with this project yet.

<% end %>