From d316df3192b508d18e7f8d3a6693921711ccdfa9 Mon Sep 17 00:00:00 2001 From: Devin Howard Date: Sat, 5 Jan 2013 11:51:36 -0500 Subject: [PATCH] added span around title text on topic view top cards --- app/views/topics/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %>