Skip to content
Snippets Groups Projects
Commit 34128754 authored by Bruno Nocera Zanette's avatar Bruno Nocera Zanette
Browse files

Fix bug: Link_to on ObjectTag pointing to nothing

parent cb3dd5a5
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
<%= link_to image_tag("logo.png", :class => "img-responsive"), :class => "thumbnail" %>
</div>
<div class="col-md-7">
<h1><%= link_to obj["title"][0] %></h1>
<h1><%= link_to obj["title"][0], learning_object_path(obj["search.resourceid"]) %></h1>
<%= image_tag object_thumbnail(obj["handle"]), :class => "img-circle", :width => "32" %> por <%= link_to obj["author"][0] %>
<%
=begin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment