diff --git a/app/views/topics/show.html.erb b/app/views/topics/show.html.erb index c6b4e023..f8087f43 100644 --- a/app/views/topics/show.html.erb +++ b/app/views/topics/show.html.erb @@ -4,7 +4,7 @@ <%= 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.name %> <% if (@topic.permission == "commons" && authenticated?) || @topic.user == user %><%= link_to "[edit]", edit_topic_path(@topic) %><% end %>

<%= @topic.desc %>