<%= @channel.name %>
<% if @channel.user.present? %>
by <%= link_to @channel.user.login, user_profile_path(@channel.user.login) %>
<% end %>
<%= @channel.description %>
Tags:
<% @channel.tags.each do |tag| %>
<%= tag.name %><% unless tag == @channel.tags.last %>, <% end %>
<% end %>
<% unless @channel.url.blank? %>
<%= link_to t(:for_more_information), @channel.url, :target => '_blank', :class => 'topLink' %>
<% end %>
<% if @mychannel %>
<% end %>