This commit is contained in:
Christophe Vilayphiou 2012-07-30 18:37:20 +08:00
parent 39b63a970c
commit ecb75fd085
1 changed files with 1 additions and 1 deletions

View File

@ -515,7 +515,7 @@
<% @recent_updated.each do |object| %>
<tr>
<td><%= link_to ((object[0].title rescue nil) || (object[0].page.title rescue nil)), get_link_to_object(object[0]) %></td>
<td class="span2"><%= link_to t("dashboard.#{object[0].class.to_s.underscore}"), get_link(object[0].class..to_sunderscore) %></td>
<td class="span2"><%= link_to t("dashboard.#{object[0].class.to_s.underscore}"), get_link(object[0].class.to_s.underscore) %></td>
</tr>
<% end %>
</tbody>