<%= link_to channel_path(channel.id), :id => "showsite_#{channel.id}", class: 'link-no-hover' do %>
<% end %>
<%= link_to channel_path(channel.id), :id => "showsite_#{channel.id}" do %>
<%= truncate(channel.name, length: 23) %>
<% end %>
by <%= link_to(channel.user.login, user_profile_path(channel.user.login)) if channel.user.present? %>
<%= channel.description %>