Fix link in widget

This commit is contained in:
Christophe Vilayphiou 2012-03-01 14:12:47 +08:00
parent 4dd9b7ffa4
commit 79c8b3861b
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<% @web_links.each do |web_link| %>
<li>
<a><%= web_link.name[I18n.locale] %></a>
<%= link_to web_link.name[I18n.locale], web_link.url %>
</li>
<% end %>