<%= @topic.metacode.name %>

<%= image_tag @topic.metacode.icon, :class => 'icon', :size => '50x50' %>

<%= @topic.name %> <% if (@topic.permission == "commons" && authenticated?) || @topic.user == user %><%= link_to "[edit]", edit_topic_path(@topic) %><% end %>

<%= @topic.desc %>

Link

<%= link_to @topic.link, @topic.link, :class => 'link', :target => '_blank' %>
<% if authenticated? %> <%= render :partial => 'topics/new' %> <%= render :partial => 'synapses/new' %> <% end %>